Release 3.4.0
3.4.0
- Total issues resolved: 8
- Total pull requests resolved: 71
- Total contributors: 11
Documentation,Platforms,Schema Introspection
Deprecation,Prepared Statements
- 5563: Deprecate Statement::bindParam() thanks to @morozov
- 5558: Deprecate not passing parameter type to bindParam() and bindValue() thanks to @morozov
- 5556: Deprecate passing parameters to Statement::execute*() thanks to @morozov
- 5550: Deprecate using NULL as prepared statement parameter type thanks to @morozov
Documentation
- 5555: Fix upgrade note thanks to @derrabus
- 5279: Nest deprecations for 3.4 under 3.4 thanks to @greg0ire
Deprecation,QueryBuilder
Documentation,Prepared Statements
Cache,New Feature,QueryBuilder
Static Analysis,Test Suite
Deprecation,Platforms,Schema Management
Deprecation,Platforms
- 5527: Deprecate internal AbstractPlatform methods or mark them as such thanks to @morozov
- 5392: Additional documentation for prior deprecations thanks to @morozov
- 5388: Deprecate AbstractPlatform methods exposing quote characters thanks to @morozov
- 5385: Deprecate passing date interval parameters as integers thanks to @morozov
- 5373: Deprecate AbstractPlatform::getVarcharTypeDeclarationSQL() thanks to @morozov
- 5230: Deprecated AbstractPlatform::getListTableConstraintsSQL() thanks to @morozov
Platforms,SQLite
- 5517: Allow to disable schema emulation on SQLite thanks to @mvorisek
- 5486: Do not drop table indexes before dropping SQLite table thanks to @mvorisek
Databases,Deprecation,Platforms,Schema,Sequences
Deprecation,SQLite,Types
- 5511: Deprecate SqlitePlatform::getTinyIntTypeDeclarationSQL() and ::getMediumIntTypeDeclarationSQL() thanks to @morozov
Deprecation,Platforms,Types
- 5509: Deprecate AbstractPlatform::hasNative*Type() and Type::requiresSQLCommentHint() thanks to @morozov
CI,Dependencies
SQLite,Schema Management
-
5500: Table schema clone is not needed in SqlitePlatform thanks to @mvorisek
-
5488: AbstractSchemaManager::listTableForeignKeys() should support listing for all tables at once thanks to @mvorisek
-
5419: Remove SchemaDiffVisitor thanks to @morozov
-
5397: Remove redundant (array) casts thanks to @morozov
Configuration,Deprecation,Schema Introspection
Bug,Regression,Schema Introspection,Tables
Configuration,Deprecation,Logging
Columns,Deprecation
Deprecation,Types
- 5470: Deprecate array and object column types thanks to @morozov
- 5049: Deprecate
Type::getName()
thanks to @greg0ire
Improvement,PHP
- 5461: Add native property types thanks to @derrabus
Code Style
PHP
- 5459: Drop support for PHP 7.3 thanks to @morozov
Deprecation,Drivers,Improvement,Schema Management
- 5458: Deprecate Driver::getSchemaManager() in favor of AbstractPlatform::createSchemaManager() thanks to @morozov
Improvement,Schema Introspection
- 5457: Implement AbstractSchemaManager::_getPortableTableForeignKeyDefinition() across platforms thanks to @morozov
PostgreSQL,Sequences
- 5453: Remove PostgreSQLSchemaManager::_getPortableSequencesList() thanks to @morozov
- 5244: Diff command with PostgreSQLPlatform fails when there is a sequence thanks to @maxm86545
Schema Introspection
- 5452: Rework introspection of table names thanks to @morozov
- 5281: Reimplement more Schema Manager listTable*() methods with the new API thanks to @morozov
IBM DB2
- 5451: Rework listing table names for DB2 thanks to @morozov
- 5450: Rework table introspection for DB2 thanks to @morozov
Improvement,PostgreSQL
Deprecation,Tools
- 5439: Deprecate ConsoleRunner thanks to @morozov
Deprecation,Schema
- 5435: Deprecate Visitor API thanks to @morozov
Deprecation,Reserved Keywords
Deprecation,Namespaces,Schema Management
Deprecation,Reserved Keywords,Tools
Bug,Platforms,SQL Server
- 5428: Fix NCHAR typo for MSSQL thanks to @mvorisek
Deprecation,Foreign Keys,Improvement,SQLite
Bug,SQLite,Schema Comparison
Deprecation,Improvement,Schema Management
Deprecation,Foreign Keys,MySQL,Schema Management
Bug,Foreign Keys,Improvement,SQLite
Improvement,SQLite,Schema Introspection
Bug,PostgreSQL,Schema Management
Deprecation,Schema Management
Deprecation
- 5383: Deprecate transaction nesting without savepoints thanks to @greg0ire
- 5222: Signal deprecation at runtime thanks to @greg0ire
- 5204: Deprecate methods related to type comments thanks to @greg0ire
Static Analysis
- 5378: Use more precise phpdoc thanks to @greg0ire
- 5333: Leverage int-mask-of to make types more precise thanks to @greg0ire
Deprecation,IBM DB2,MySQL,Oracle,SQL Server,Schema Definition
Foreign Keys,SQLite
- 5365: SQLite should properly check if foreign keys are supported and/or omit foreign key statements when a table diff is analyzed thanks to @BigMichi1
Static Analysis,Transactions
Default Values,Improvement,MariaDB
Platforms
Deprecation,Schema Introspection
Deprecation,Improvement,Performance,Schema Introspection
Improvement,Platforms,PostgreSQL
Test Suite
- 5181: Delete run-all.sh thanks to @mvorisek