1.2.0
版本发布时间: 2023-11-12 23:51:46
yiisoft/db最新发布版本:1.2.0(2023-11-12 23:51:46)
- Chg #755: Deprecate
TableSchemaInterface::compositeForeignKey()
(@Tigrov) - Chg #765: Deprecate
SchemaInterface::TYPE_JSONB
(@Tigrov) - Enh #746: Enhanced documentation of
batchInsert()
andupdate()
methods ofDMLQueryBuilderInterface
interface (@Tigrov) - Enh #756: Refactor
Quoter
(@Tigrov) - Enh #770: Move methods from concrete
Command
class toAbstractPdoCommand
class (@Tigrov) - Bug #746: Typecast values in
AbstractDMLQueryBuilder::batchInsert()
if column names with table name and brackets (@Tigrov) - Bug #746, #61: Typecast values in
AbstractDMLQueryBuilder::batchInsert()
if values with string keys (@Tigrov) - Bug #751: Fix collected debug actions (@xepozz)
- Bug #756: Fix
Quoter::quoteTableName()
for sub-query with alias (@Tigrov) - Bug #761: Quote aliases of CTE in
WITH
queries (@Tigrov) - Bug #769, #61: Fix
AbstractDMLQueryBuilder::batchInsert()
for values as associative arrays (@Tigrov)