summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-04-06 21:19:26 +0200
committerAndrey Andreev <narf@bofh.bg>2012-04-06 21:19:26 +0200
commit80144bf2badfa992eaef71337e1557209817027c (patch)
tree52709f93819fb29b17b4cf4a3e3523e0ad6b0bc5 /user_guide_src/source
parentea09a8a5552f2aacdeab0c88a605fe44047ebd0a (diff)
Fix a CI_DB_pdo_driver::trans_commit() bug
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 3ad930ed1..923224ecc 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -199,6 +199,7 @@ Bug fixes for 3.0
- Fixed a bug (#1242) - read_dir() in the :doc:`Zip Library <libraries/zip>` wasn't compatible with Windows.
- Fixed a bug (#306) - ODBC driver didn't have an _insert_batch() method, which resulted in fatal error being triggered when insert_batch() is used with it.
- Fixed a bug in MSSQL and SQLSrv's _truncate() where the TABLE keyword was missing.
+- Fixed a bug in PDO's trans_commit() method where it failed due to an erroneous property name.
Version 2.1.1
=============