diff options
author | Andrey Andreev <narf@devilix.net> | 2013-10-21 12:58:15 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-10-21 12:58:15 +0200 |
commit | 6c85442746c46009cdf3fe517465e174a91cc4c5 (patch) | |
tree | a92a67bbc2920fff3e4cc7cf8955bd34681b1b5c /user_guide_src/source | |
parent | e08411d72226ba5b2f97b519051f78d978747e18 (diff) |
Fix #2691
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 8c992a575..9f6feb744 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -619,6 +619,7 @@ Bug fixes for 3.0 - Fixed a bug in the 'postgre' :doc:`database <database/index>` driver where the connection ID wasn't passed to ``pg_escape_string()``. - Fixed a bug (#33) - Script execution was terminated when an invalid cookie key was encountered. - Fixed a bug (#2681) - ``CI_Security::entity_decode()`` used the `PREG_REPLACE_EVAL` flag, which is deprecated since PHP 5.5. +- Fixed a bug (#2691) - nested transactions could end in a deadlock when an error is encountered with *db_debug* set to TRUE. Version 2.1.4 ============= |