diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-01 13:39:26 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-01 13:39:26 +0100 |
commit | c2905f5884a7d9cd9ae1f70cdc615a5d214652dd (patch) | |
tree | ccf62e6c7ded7c1b3c90ee405cac9f701618adea /user_guide_src | |
parent | 59c5b537cb5880930f9a8d518659c75cd66f41b0 (diff) |
Fix an Oracle escape_str() bug (#68, #414)
Diffstat (limited to 'user_guide_src')
-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 d6a9f0d2a..e8bbf7d14 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -112,6 +112,7 @@ Bug fixes for 3.0 - Fixed a bug (#1039) - MySQL's _backup() method failed due to a table name not being escaped. - Fixed a bug (#1070) - CI_DB_driver::initialize() didn't set a character set if a database is not selected. - Fixed a bug (#177) - CI_Form_validation::set_value() didn't set the default value if POST data is NULL. +- Fixed a bug (#68, #414) - Oracle's escape_str() didn't properly escape LIKE wild characters. Version 2.1.1 |