3.4.1
版本发布时间: 2022-08-17 13:42:42
doctrine/dbal最新发布版本:4.2.1(2024-10-11 02:35:44)
Release 3.4.1
3.4.1
- Total issues resolved: 7
- Total pull requests resolved: 9
- Total contributors: 9
Oracle,Schema Introspection,Test Suite
- 5591: Add a test for quoting table names in schema thanks to @morozov and @mondrake
Documentation,Schema Comparison
- 5590: Update documentation on schema comparison thanks to @morozov
Columns,Static Analysis
- 5589: Allow to call $column1->setColumnDefinition($column2->getColumnDefinition()) thanks to @VincentLanglet
Bug,Namespaces,PostgreSQL,Regression,Schema Introspection
- 5586: Index components for listTables() by portable table definition thanks to @morozov and @NoiseByNorthwest
Bug,Drivers,Static Analysis,pdo_sqlsrv,sqlsrv
- 5585: Expect an SQLServerPlatform instance in AbstractSQLServerDriver thanks to @morozov and @elavrom
Bug,Regression,SQL Server,Schema Introspection
- 5581: Filter out the "sysdiagrams" table on SQL Server thanks to @morozov and @lampi87
Bug,MySQL,Oracle,Regression,Schema Introspection
- 5580: Filter MySQL and Oracle columns by table type thanks to @morozov and @dmolineus
Bug,Foreign Keys,Regression,SQLite
- 5577: Do not add artificial name to anonymous SQLite constraint thanks to @morozov and @simonworkhouse
Bug,Foreign Keys,Identifiers,Indexes,PostgreSQL,Quoting,Regression,Reserved Keywords,Schema Introspection
- 5576: Rework introspection of table indexes and foreign keys on Postgres thanks to @morozov and @acirulis