Skip to content

v2.5.1

Compare
Choose a tag to compare
@deeky666 deeky666 released this 12 Jan 22:16

Build Status

Total issues resolved: 24

Bug

  • [DBAL-1033] - [GH-716] Do not TRIM() parentheses around partial indexe conditions
  • [DBAL-1038] - [GH-720] Type json_array is not consistent with NULL values
  • [DBAL-1051] - [GH-730] Update index name quoting in MySQL table creation
  • [DBAL-1058] - It seems that MSSQL syntax was changed
  • [DBAL-1060] - [GH-736] [DBAL-1058] Fix database and namespace introspection for SQL Server
  • [DBAL-1062] - upgrade from v2.4.3 to v2.5.0 is forcing recreating Indexes making Doctrine unusable
  • [DBAL-1063] - Exceptions from SchemaTool when running with DBAL 2.5.0
  • [DBAL-1072] - [GH-741] [DBAL-1051] Quote index name in inline index declaration SQL
  • [DBAL-1073] - [GH-742] Take care about mariadb platform
  • [DBAL-1087] - [GH-751] Length of fixed string type (char) is ignored on Postgre schema update
  • [DBAL-1088] - [GH-752] Fix error handling restore
  • [DBAL-1090] - [GH-754] Changing string to fixed string is not recognized in PostgreSQL Platform
  • [DBAL-1092] - [GH-756] [DBAL-1062] Fix renaming indexes used by foreign key constraints
  • [DBAL-1093] - [GH-757] Fix creating and dropping database on PostgreSQL
  • [DBAL-1095] - [GH-759] [DBAL-1095] Fix index introspection on SQL Anywhere
  • [DBAL-1097] - [GH-760] [DBAL-1097] Fix foreign key constraint referential action on Oracle
  • [DBAL-1100] - [GH-762] PostgreSQL needs explicitly closed connection in functional test
  • [DBAL-1102] - [GH-764] [DBAL-1063] Allow defining duplicate indexes on a table
  • [DBAL-1109] - unique-constraints names not quoted on create
  • [DBAL-1111] - [GH-771] Fix unique index exception handling for an index on multiple columns in PHP 5.4

Documentation

Improvement