diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-05 20:49:19 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-05 20:49:19 +0100 |
commit | dc2ddfedc0660ce6db52db40ffa5667480b7568f (patch) | |
tree | 76643eee276930f8f5952e8ca75f21c0e0865294 | |
parent | 6ea08e60670e4bb7ce184b695d515626d472489d (diff) |
Update the changelog for #413
-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 2d76f81c9..5a290e73d 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -98,6 +98,7 @@ Bug fixes for 3.0 - Fixed a bug in CI_Image_lib::gd_loaded() where it was possible for the script execution to end or a PHP E_WARNING message to be emitted. - In Pagination library, when use_page_numbers=TRUE previous link and page 1 link do not have the same url - Fixed a bug in the Oracle (oci8) instance of :doc:`Database Forge Class <database/forge>` where ``create_table()`` would fail if used with ``AUTO_INCREMENT`` as it's not supported by Oracle. +- Fixed a bug (#413) - The Oracle (oci8) database driver only used to return connection-related errors in `_error_message()` and `_error_number()`. Version 2.1.0 ============= |