4.4.0
Release Notes for 4.4.0
4.4.0
- Total issues resolved: 0
- Total pull requests resolved: 23
- Total contributors: 5
Improvement,MariaDB,MySQL,Schema Comparison,Schema Definition
- 7221: Change MySQL bool declaration from TINYINT(1) to TINYINT thanks to @rixafy and @derrabus
Schema Management,Test Suite
- 7200: Remove redundant unit test thanks to @morozov
Default Values,Deprecation,Improvement,Schema Definition
- 7195: Introduce DefaultExpression thanks to @morozov
Deprecation,Schema Definition
- 7186: Deprecate creation of empty namespaces thanks to @morozov
- 7102: Deprecate using keys of table-scoped object collections as names thanks to @morozov
- 7100: Deprecate extending schema classes thanks to @morozov
SQLite,Schema Management
- 7172: Reorganize SQLitePlatform comment methods thanks to @morozov
Deprecation,Foreign Keys,Schema Comparison,Schema Management
- 7157: Deprecate TableDiff::getDroppedForeignKeys() thanks to @morozov
Documentation,Foreign Keys,Schema Management
- 7155: Remove obsolete upgrade note thanks to @santysisi
Deprecation,Improvement,Schema Introspection
- 7153: Introduce new schema introspection API thanks to @morozov
Bug,Schema Comparison,Schema Management
- 7143: Deprecate unnamed foreign key constraints in
$droppedForeignKeysofTableDiffthanks to @santysisi
Bug,Deprecation,Foreign Keys,Schema Definition
- 7125: Deprecate overwriting existing foreign key constraints thanks to @santysisi
Deprecation,Schema Comparison
- 7115: Deprecate Sequence setters thanks to @morozov
Deprecation,Improvement
- 7109: Introduce view editor thanks to @morozov
Deprecation,Improvement,Schema Definition
- 7108: Introduce sequence editor thanks to @morozov
Improvement,Schema Definition
- 7101: Implement IteratorAggregate in ObjectSet subclasses thanks to @morozov
Deprecation,Schema
- 7094: Deprecate AbstractAsset::getName() thanks to @morozov
Deprecation,Identifiers
- 7084: Deprecate AbstractAsset::isQuoted() thanks to @morozov
Documentation
- 7054: Document the JSON_OBJECT type thanks to @VincentLanglet
New Feature,Type Conversion,Types
- 7053: [RFC] Introduce Types::JSON_OBJECT thanks to @VincentLanglet
Bug,Configuration,Deprecation,oci8,pdo_oci
- 7042: Deprecate "service" connection parameter thanks to @morozov
New Feature,QueryBuilder
- 7040: Add a nice way to create a builder for subqueries thanks to @derrabus
New Feature,Schema Definition
- 7034: Use provided length for enum type if given for non-mysql platform thanks to @VincentLanglet