Skip to content

Releases: yiisoft/db-pgsql

Version 1.3.0

21 Mar 07:28
1.3.0
6c65269
Compare
Choose a tag to compare
  • Enh #303, #338: Support structured type (@Tigrov)
  • Enh #324: Change property Schema::$typeMap to constant Schema::TYPE_MAP (@Tigrov)
  • Enh #330: Create instance of ArrayParser directly (@Tigrov)
  • Enh #333: Resolve deprecated methods (@Tigrov)
  • Enh #334: Minor DDLQueryBuilder refactoring (@Tigrov)
  • Bug #316, #6: Support table view constraints (@Tigrov)
  • Bug #331: Exclude from index column names fields specified in INCLUDE clause (@Tigrov)

Version 1.2.0

12 Nov 16:20
1.2.0
70a1f89
Compare
Choose a tag to compare

Version 1.1.0

24 Jul 16:06
1.1.0
e5de2fc
Compare
Choose a tag to compare
  • Chg #288: Typecast refactoring (@Tigrov)
  • Chg #291: Update phpTypecast for bool type (@Tigrov)
  • Enh #282: Support numeric arrays, improve support of domain types and int and varchar array types (@Tigrov)
  • Enh #284: Add tests for binary type and fix casting of default value (@Tigrov)
  • Enh #289: Array parser refactoring (@Tigrov)
  • Enh #294: Refactoring of Schema::normalizeDefaultValue() method (@Tigrov)
  • Bug #287: Fix bit type (@Tigrov)
  • Bug #295: Fix multiline and single quote in default string value, add support for PostgreSQL 9.4 parentheses around negative numeric default values (@Tigrov)
  • Bug #296: Prevent posible issues with array default values ('{one,two}'::text[])::varchar[], remove ArrayParser::parseString() (@Tigrov)

Version 1.0.0

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