MSSQL Server feature
No due date
50% complete
Make longitude-one/doctrine-spatial compatible with MSSQL Server involves:
Make longitude-one/doctrine-spatial compatible with MSSQL Server involves:
- scaffold phpunit test suites for MSSQL Server by @DaveHint
- add docker compose services for MSSQL Server by @DaveHint
- create the test database
main
when MSSQL Server starts by @DaveHint - install PDO drivers for MSSQL Server in php8 service by @DaveHint
- configure
SqlServerPlatform
as supported platform inOrmTestCase
by @DaveHint - add additional database driver options when building the connection parameters to trust the sql server's self signed certificate by @DaveHint
- add test commands to
composer.json
by @DaveHint - add phpunit files for the CI/CD by @Alexandre-T
- add sql server services in the CI by @Alexandre-T
- fix MySQL SRID #17
- develop type-allowed feature #95
- fix MSSQL Server SRID
- update each general functions to allow MsSQL Server Platform
- create specific functions directory
- add MsSQL specific functions