Skip to content

Releases: yiisoft/db-sqlite

Version 1.2.0

21 Mar 07:31
1.2.0
d8222a0
Compare
Choose a tag to compare
  • Enh #281: Remove unused code in Command class (@vjik)
  • Enh #282: Change property Schema::$typeMap to constant Schema::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 and Schema (@Tigrov)

Version 1.1.0

12 Nov 16:12
1.1.0
de04d85
Compare
Choose a tag to compare
  • Enh #263: Support json type (@Tigrov)
  • Enh #278: Move methods from Command to AbstractPdoCommand 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

24 Jul 16:08
1.0.1
074202f
Compare
Choose a tag to compare
  • Enh #260: Typecast refactoring (@Tigrov)
  • Enh #262: Refactoring of Schema::normalizeDefaultValue() method (@Tigrov)

Version 1.0.0

12 Apr 07:20
1.0.0
cbc6ce9
Compare
Choose a tag to compare
  • Initial release.