v2.5.2
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
- [DBAL-1159] - [GH-809] travis: PHP 7.0 nightly added
- [DBAL-1270] - [GH-886] Add test for MariaDB 5.5, 10.0 and 10.1 on Travis