Releases: yiisoft/db-mssql
Releases · yiisoft/db-mssql
Version 1.2.0
- Enh #286: Change property
Schema::$typeMap
to constantSchema::TYPE_MAP
(@Tigrov) - Enh #291: Resolve deprecated methods (@Tigrov)
- Enh #292: Minor refactoring of
Command
andQuoter
(@Tigrov) - Bug #287: Fix
DMLQueryBuilder::insertWithReturningPks()
andCommand::insertWithReturningPks()
methods (@Tigrov)
Version 1.1.0
- Enh #283: Move methods from
Command
toAbstractPdoCommand
class (@Tigrov) - Bug #275: Refactor
DMLQueryBuilder
, related with yiisoft/db#746 (@Tigrov) - Bug #278: Remove
RECURSIVE
expression from CTE queries (@Tigrov) - Bug #280: Fix type boolean (@terabytesoftw)
- Bug #282: Fix
DDLQueryBuilder::alterColumn()
for columns with default null (@Tigrov)
Version 1.0.1
Version 1.0.0
- Initial release.