summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-02-27 11:20:52 +0100
committerAndrey Andreev <narf@bofh.bg>2012-02-27 11:20:52 +0100
commit063f5963b01f9c19a2ed070d9e3aa077a2515c21 (patch)
tree435e52e36a638740560816d7e4fa4b0c490f9d47 /user_guide_src/source
parent5148029aaf204fb3e7e4f24a794bee781d0c218b (diff)
Fixed a db_set_charset() bug
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index dc6b29516..57b5347e6 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -108,6 +108,7 @@ Bug fixes for 3.0
- 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 (#1070) - CI_DB_driver::initialize() didn't set a character set if a database is not selected.
+- Fixed a bug where db_set_charset() ignored its arguments and always used the configured charset and collation instead.
Version 2.1.0
=============