dev-master
9999999-dev https://github.com/maegnes/ZF2Doctrine2SqlsrvTypesZF2 Module which integrates Sqlsrv specific types for the doctrine2 DBAL
BSD-3-Clause
The Requires
The Development Requires
by Magnus Buk
zf2 date doctrine2 datetime sqlsrv
Wallogit.com
2017 © Pedro Peláez
ZF2 Module which integrates Sqlsrv specific types for the doctrine2 DBAL
If you are working with Microsoft MSSQL and its "Sqlsrv"-Driver with Zend Framework2 and Doctrine2 you will have some troubles with the "datetime" and "date" types in Doctrine2. The MSSQL-Server doesn't accept the defined standard format "Y-m-D H:i:s" or "Y-m-D" in Doctrine2., (*2)
To avoid problems with the format use the ZF2Doctrine2SqlsrvTypes module which integrates the two new DBAL Types SqlsrvDatetime and SqlsrvDate., (*3)
After installing the module via composer just replace the types in your doctrine2 notation from "datetime" to "SqlsrvDatetime" and from "date" to "SqlsrvDate"., (*4)
Just add the following dependency to your composer.json file and add the module "ZF2Doctrine2SqlsrvTypes" to your modules list in the application.config.php., (*5)
{
"require": {
"maegnes/zf2doctrine2sqlsrv": "dev-master"
}
}
ZF2 Module which integrates Sqlsrv specific types for the doctrine2 DBAL
BSD-3-Clause
zf2 date doctrine2 datetime sqlsrv