diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-04-03 13:07:31 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-04-03 13:07:31 +0200 |
commit | d6057485408fab0caaca75ef78434d8077eaadd9 (patch) | |
tree | 64ff223da95ccb713f6a56f4aef8ef5ed2f285ea /user_guide_src/source | |
parent | 6dfe76dfe4634971faeef197aa724c924a72d515 (diff) |
Fix issue #14
Diffstat (limited to 'user_guide_src/source')
-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 c3e0e1dc0..0a690a5eb 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -185,6 +185,7 @@ Bug fixes for 3.0 - Fixed a bug in PostgreSQL's escape_str() where it didn't properly escape LIKE wild characters. - Fixed a bug in the library loader where some PHP versions wouldn't execute the class constructor. - Fixed a bug (#88) - An unexisting property was used for configuration of the Memcache cache driver. +- Fixed a bug (#14) - create_database() method in the :doc:`Database Forge Library <database/forge>` didn't utilize the configured database character set. Version 2.1.1 ============= |