Support for spatial data types and functions |
Last I heard there was not a meaningful way to *replace* a database driver with your own, but you can easily define your own driver as an extension of the existing one(s) and add whatever you want to it. Then in your database Config just select the new driver:
'DBDriver' => 'SpatialMySQL' Also check out @kenjis Pull Request for RawSql support because it is possible that will allow you to do spatial handling without a separate driver. |
Messages In This Thread |
Support for spatial data types and functions - by atsanna - 06-19-2022, 02:43 AM
RE: Support for spatial data types and functions - by MGatner - 06-19-2022, 03:31 AM
RE: Support for spatial data types and functions - by atsanna - 06-19-2022, 04:26 AM
|