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

Commit 85f741e

Browse files
committed
Adds CHANGELOG for #224
1 parent 1cfb51c commit 85f741e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21-
- Nothing.
21+
- [#224](https://github.com/zendframework/zend-db/pull/224) fixes how parameters
22+
are bound to statements in the PDO adapter. PDO has a restriction on parameter
23+
names of `[0-9a-zA_Z_]`; as such, the driver now hashes the parameter names
24+
using `md5()` in order to ensure compatibility with other drivers.
2225

2326
## 2.8.2 - 2016-08-09
2427

0 commit comments

Comments
 (0)