diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-16 10:44:48 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-16 10:44:48 +0100 |
commit | a286c8a837422b5f582c3c391dc2805a500b1532 (patch) | |
tree | 137343e2c3f69510fef106b0a8148bddf5f71fe0 /user_guide_src | |
parent | dddf7189ea0ed0855d43c4090ffe0c7577ec7dc5 (diff) | |
parent | 827a92a6965612b185ae2e6766b6fb7740cd0cc2 (diff) |
Merge upstream branch
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 598289586..02fab7877 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -105,6 +105,7 @@ Bug fixes for 3.0 - Fixed a hosting edge case where an empty $_SERVER['HTTPS'] variable would evaluate to 'on' - Fixed a bug (#154) - ``CI_Session::sess_update()`` caused the session to be destroyed on pages where multiple AJAX requests were executed at once. - Fixed a possible bug in ``CI_Input::is_ajax_request()`` where some clients might not send the X-Requested-With HTTP header value exactly as 'XmlHttpRequest'. +- Fixed a bug (#1039) - MySQL's _backup() method failed due to a table name not being escaped. - Fixed a bug in CI_DB_driver::version() where it failed when using a database driver that needs to run a query in order to get the version. - Fixed a bug (#1036) - Database method is_write_type() didn't match RENAME statements. |