This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-db 2.9.0
Added
- #216 added
AFTER
support inALTER TABLE
syntax for MySQL - #223 added support for empty values set with IN predicate
- #271 added support for dash character on MySQL identifier
- #273 added support for implementing an error handler for
db2_prepare
- #275 added support for
LIMIT OFFSET
for db2 - #280 added version dsn parameter for pdo_dblib
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #205 fixes the spaces in
ORDER BY
syntax - #224 fixes how parameters are bound to statements in the PDO adapter. PDO has a restriction on parameter names of
[0-9a-zA_Z_]
; as such, the driver now hashes the parameter names usingmd5()
in order to ensure compatibility with other drivers. - #229 fixes the support of SSL for mysqli
- #255 fixes
ResultSet
with array values - #261 fixes Exception in Firebird driver doesn't support
lastInsertId
- #276 fixes the support of PHP 7.2
- #287 fixes the usage of
count()
with PHP 7.2