diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-02 01:02:45 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-02 01:02:45 +0100 |
commit | 376ac97d5581c23c88ad3cbbce39f3515ff5fd06 (patch) | |
tree | b92ef9fddeead0e38d16577240a22345983c77c2 /user_guide_src | |
parent | c667a7e1555bfc6916f01c2a625814ae362a1728 (diff) | |
parent | 963386ba6072d240840b58d6dbe54287edcb04ad (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 c7d377b16..1e602ad1c 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -129,6 +129,7 @@ Bug fixes for 3.0 - Fixed a bug in CUBRID's affected_rows() method where a connection resource was passed to cubrid_affected_rows() instead of a result. - Fixed a bug (#638) - db_set_charset() ignored its arguments and always used the configured charset and collation instead. - Fixed a bug (#413) - Oracle's _error_message() and _error_number() methods used to only return connection-related errors. +- Fixed a bug (#804) - Profiler library was trying to handle objects as strings in some cases, resulting in warnings being issued by htmlspecialchars(). - 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. Version 2.1.1 |