Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 77022f0

Browse files
committed
Updated CHANGELOG for 2.10.0
1 parent 1977da3 commit 77022f0

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.10.0 - TBD
5+
## 2.10.0 - 2019-02-25
66

77
### Added
88

99
- [#157](https://github.com/zendframework/zend-db/pull/157) added support of
1010
`Zend\Db\Sql\TableIdentifier` in DDL
11-
- [#346](https://github.com/zendframework/zend-db/pull/346) adds support for PHP 7.3
11+
- [#345](https://github.com/zendframework/zend-db/pull/345) allow usage with
12+
zend-hydrator v3
13+
- [#346](https://github.com/zendframework/zend-db/pull/346) adds support for PHP
14+
7.3
1215

1316
### Changed
1417

@@ -24,9 +27,22 @@ All notable changes to this project will be documented in this file, in reverse
2427

2528
### Fixed
2629

27-
- [#329](https://github.com/zendframework/zend-db/pull/329) fix Exception
28-
thrown when calling prepareStatementForSqlObject on a Select with a
30+
- [#303](https://github.com/zendframework/zend-db/pull/303) fixes #295 issue:
31+
handle empty array as datasource at `AbstractResultSet::initialize()` at PHP
32+
7.2
33+
- [#313](https://github.com/zendframework/zend-db/pull/313) test
34+
`AbstractResultSet::current()` to return null on empty array
35+
- [#329](https://github.com/zendframework/zend-db/pull/329) fixes Exception
36+
thrown when calling `prepareStatementForSqlObject` on a Select with a
2937
sub-Select that has limit and/or offset set
38+
- [#337](https://github.com/zendframework/zend-db/pull/337) fixes #330 current
39+
NULL for mysqli
40+
- [#338](https://github.com/zendframework/zend-db/pull/338) restore missing use
41+
`ResultSet` in `AbstractTableGateway`
42+
- [#341](https://github.com/zendframework/zend-db/pull/341) fixes undefined
43+
variable bug in MetadataFeature
44+
- [#357](https://github.com/zendframework/zend-db/pull/357) fixes named params
45+
in subquery - limit and offset (issue #355)
3046

3147
## 2.9.3 - 2018-04-09
3248

0 commit comments

Comments
 (0)