diff options
author | andrewnester <andrew.nester.dev@gmail.com> | 2017-01-20 21:39:45 +0300 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-01-20 20:10:55 +0000 |
commit | 21ac79e94bd0335bf885b807e09c4d86d75d776a (patch) | |
tree | 338c393d034bcdb6f0e7be06d2efc548bd74d6d3 /NEWS | |
parent | 2e3d68ed1ba9097d1b8ac64c2a5af7004faa2796 (diff) | |
download | php-git-21ac79e94bd0335bf885b807e09c4d86d75d776a.tar.gz |
Fixed #73959 - lastInsertId fails to throw an exception in pdsql
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,6 +39,10 @@ PHP NEWS - PDO_Firebird: . Implemented FR #72583 (All data are fetched as strings). (Dorin Marcoci) +- PDO_PgSQL: + . Fixed bug #73959 (lastInsertId fails to throw an exception for wrong + sequence name). (andrewnester) + - Phar: . Fixed bug #70417 (PharData::compress() doesn't close temp file). (cmb) |