Releases: yiisoft/db-sqlite
Releases · yiisoft/db-sqlite
Version 1.2.0
- Enh #281: Remove unused code in
Command
class (@vjik) - Enh #282: Change property
Schema::$typeMap
to constantSchema::TYPE_MAP
(@Tigrov) - Enh #283: Remove unnecessary check for array type in
Schema::loadTableIndexes()
(@Tigrov) - Enh #287: Resolve deprecated methods (@Tigrov)
- Enh #288: Minor refactoring of
DDLQueryBuilder
andSchema
(@Tigrov)
Version 1.1.0
- Enh #263: Support json type (@Tigrov)
- Enh #278: Move methods from
Command
toAbstractPdoCommand
class (@Tigrov) - Bug #268: Fix foreign keys: support multiple foreign keys referencing to one table and possible null columns for reference (@Tigrov)
- Bug #271: Refactor
DMLQueryBuilder
, related with yiisoft/db#746 (@Tigrov)
Version 1.0.1
Version 1.0.0
- Initial release.