diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-01 18:24:38 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-01 18:24:38 +0100 |
commit | e3a68042c086acfc98ae273adbd8527af0c6ab8b (patch) | |
tree | 8fac11c939596396b9b3fb4aae83e8cf58e147dd /user_guide_src/source/changelog.rst | |
parent | ea3eec9f670ea861a65a3e251d8c518ff47e2506 (diff) | |
parent | 8e22cfdc2fe626bed2a3e570bc71f25d61d6546c (diff) |
Merge pull request #1083 from narfbg/develop-db-set-charset
Fixed a db_set_charset() bug
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index ab8b74097..ecf6afcc5 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -121,6 +121,7 @@ Bug fixes for 3.0 - Fixed a bug in PDO's _version() method where it used to return the client version as opposed to the server one. - Fixed a bug in PDO's insert_id() method where it could've failed if it's used with Postgre versions prior to 8.1. - 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. Version 2.1.1 ============= @@ -142,7 +143,6 @@ Bug fixes for 2.1.1 - Fixed a bug - CI_Upload::_file_mime_type() could've failed if mime_content_type() is used for the detection and returns FALSE. - Fixed a bug (#538) - Windows paths were ignored when using the :doc:`Image Manipulation Library <libraries/image_lib>` to create a new file. - Version 2.1.0 ============= |