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

Commit

Permalink
Merge branch 'release/2.9.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Dec 6, 2017
2 parents 6113b68 + d278fda commit b67f2d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
27 changes: 5 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 2.9.0 - TBD
## 2.9.0 - 2017-12-06

### Added

Expand Down Expand Up @@ -31,6 +31,10 @@ All notable changes to this project will be documented in this file, in reverse

- [#205](https://github.com/zendframework/zend-db/pull/205) fixes the spaces in
ORDER BY syntax
- [#224](https://github.com/zendframework/zend-db/pull/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
using `md5()` in order to ensure compatibility with other drivers.
- [#229](https://github.com/zendframework/zend-db/pull/229) fixes the support
of SSL for mysqli
- [#255](https://github.com/zendframework/zend-db/pull/255) fixes ResultSet with
Expand All @@ -42,27 +46,6 @@ All notable changes to this project will be documented in this file, in reverse
- [#287](https://github.com/zendframework/zend-db/pull/287) fixes the usage of
count() with PHP 7.2

## 2.8.3 - TBD

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#224](https://github.com/zendframework/zend-db/pull/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
using `md5()` in order to ensure compatibility with other drivers.

## 2.8.2 - 2016-08-09

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.8-dev",
"dev-develop": "2.9-dev"
"dev-master": "2.9-dev",
"dev-develop": "2.10-dev"
},
"zf": {
"component": "Zend\\Db",
Expand Down

0 comments on commit b67f2d1

Please sign in to comment.