Attention: This change may break your code if you are upgrading from 1.0.x. Make sure that you change any use Lsw\DoctrinePdoDblib\Doctrine\DBAL\Platforms\MsSqlPlatform;
in your code with use Lsw\DoctrinePdoDblib\Doctrine\Platforms\MsSqlPlatform;
.
- Bugfix: Correct MsSqlPlatform namespace
- Bugfix: Import Doctrine\DBAL\Platforms\AbstractPlatform in MsSqlPlatform
- Added CHANGELOG
- Add setter for dateTimeFormatString
- Add MssSqlPlatform and overwrite getDateTimeFormatString
- Add charset config
Initial release