Skip to content

Releases: doctrine/dbal

v2.5.9

19 Jan 13:45
v2.5.9
Compare
Choose a tag to compare

Build Status

This release fixes an issue with type information passed to Connection#update(),
which was incorrectly handled if the updated columns and the identifier columns
had equivalent keys.

Also, the generated current date and time SQL expressions for SQL Server were fixed.

Total issues resolved: 4

v2.5.8

17 Jan 21:16
v2.5.8
Compare
Choose a tag to compare

Build Status

This release fixes some issues around LIMIT/OFFSET handling in DB2, OracleDB, SQL Server:

  • Allowing LIMIT/OFFSET modification without LIMIT on OracleDB
  • Allowing LIMIT/OFFSET modification with OFFSET = 0 on DB2
  • Avoiding an accidental infinite loop in LIMIT/OFFSET modification on SQL Server

Total issues resolved: 4

v2.5.7

14 Jan 23:10
v2.5.7
Compare
Choose a tag to compare

v2.5.6

12 Jan 18:38
v2.5.6
Compare
Choose a tag to compare

Build Status

Total issues resolved: 1

v2.5.5

09 Sep 19:47
v2.5.5
Compare
Choose a tag to compare

Build Status

Total issues resolved: 40

v2.5.4

v2.4.5

v2.5.3

25 Dec 16:30
v2.5.3
Compare
Choose a tag to compare

v2.5.2

16 Sep 16:38
Compare
Choose a tag to compare

Build Status

Total issues resolved: 24

Bug

  • [DBAL-1115] - [GH-773] Fix quoted identifiers for database creation SQL on SQL Anywhere
  • [DBAL-1121] - [GH-777] Make host and server connection parameters optional for sqlanywhere driver
  • [DBAL-1128] - [GH-782] Fix: SQLite offset with no limit support
  • [DBAL-1132] - [GH-786] Fix removing autoincrement column from a primary key
  • [DBAL-1137] - Infinite recursion on non-unique table/join alias in QueryBuilder
  • [DBAL-1154] - [GH-806] Fix broken functional test for SQL server
  • [DBAL-1169] - [GH-815] Fix for inconsistent use of getSQLDeclaration
  • [DBAL-1181] - [GH-822] Fix for bad profiling data, showing an indefinitely long query
  • [DBAL-1183] - [GH-823] fix client_encoding setting to support pgbouncer
  • [DBAL-1186] - [GH-826] fix incorrect ordering of columns in clustered indexes on sql server
  • [DBAL-1189] - [GH-828] rehashed charset implementation to support old versions of postgresql
  • [DBAL-1192] - [GH-831] allow hhvm/mysqli failure so poor travis can feel better
  • [DBAL-1215] - [GH-844] template1 as default database for PostgreSQL
  • [DBAL-1217] - [GH-846] Fix retrieving the database name connected to for SQL Server
  • [DBAL-1218] - [GH-847] [DBAL-1217] Fix retrieving the database name connected to for SQL Anywhere
  • [DBAL-1220] - [GH-849] Fix dropping database with active connection on PostgreSQL
  • [DBAL-1233] - TEXT type in MSSQL should be NVARCHAR(MAX) not VARCHAR(MAX)
  • [DBAL-1240] - [GH-864] Fix undefined notices within MasterSlaveConnection
  • [DBAL-1260] - [GH-878] Fix call on non-object in ping() with PDO wrapper
  • [DBAL-1296] - [GH-903] Override methods for sharding connection

Documentation

Improvement

Task

  • [DBAL-1299] - [GH-906] [2.5] Fix allowed failures for HHVM + MariaDB builds on Travis

v2.5.1

12 Jan 22:16
Compare
Choose a tag to compare

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