Releases: yiisoft/db-pgsql
Releases · yiisoft/db-pgsql
Version 1.3.0
- Enh #303, #338: Support structured type (@Tigrov)
- Enh #324: Change property
Schema::$typeMap
to constantSchema::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
- Chg #319: Remove use of abstract type
SchemaInterface::TYPE_JSONB
(@Tigrov) - Enh #300: Refactor
ArrayExpressionBuilder
(@Tigrov) - Enh #301: Refactor
JsonExpressionBuilder
(@Tigrov) - Enh #302: Refactor
ColumnSchema
(@Tigrov) - Enh #321: Move methods from
Command
toAbstractPdoCommand
class (@Tigrov) - Bug #302: Fix incorrect convert string value for BIT type (@Tigrov)
- Bug #309: Fix retrieving sequence name from default value (@Tigrov)
- Bug #313: Refactor
DMLQueryBuilder
, related with yiisoft/db#746 (@Tigrov)
Version 1.1.0
- Chg #288: Typecast refactoring (@Tigrov)
- Chg #291: Update phpTypecast for bool type (@Tigrov)
- Enh #282: Support
numeric
arrays, improve support of domain types andint
andvarchar
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[]
, removeArrayParser::parseString()
(@Tigrov)
Version 1.0.0
- Initial release.