This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-db 2.10.0
·
121 commits
to master
since this release
NOTE: this release introduces a potential BC break in Zend\Db\Adapter\Driver\Mysqli\Result::currentData
with the change of default value from false
to null
(regression from 2.8). This was the previous behavior of version 2.8, changed in 2.9. This change may affect classes that extends Zend\Db\Adapter\Driver\Mysqli\Result
.
Added
- #157 added support of
Zend\Db\Sql\TableIdentifier
in DDL - #345 allow usage with zend-hydrator v3
- #346 adds support for PHP 7.3
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #303 fixes #295 issue: handle empty array as datasource at
AbstractResultSet::initialize()
at PHP 7.2 - #313 test
AbstractResultSet::current()
to return null on empty array - #329 fixes Exception thrown when calling
prepareStatementForSqlObject
on a Select with a sub-Select that has limit and/or offset set - #337 fixes #330 current NULL for mysqli
- #338 restore missing use
ResultSet
inAbstractTableGateway
- #341 fixes undefined variable bug in MetadataFeature
- #357 fixes named params in subquery - limit and offset (issue #355)