summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-03 02:48:12 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-03 02:48:12 +0100
commit8e89df8f92444eb02dc73b6c3e66077a4fb3f710 (patch)
tree9336b4d9d564a1219285c53f942d1fde3e79a277 /user_guide_src
parent08856b8738ea4fc17b13986c9f2619383cb4a6e9 (diff)
Add db_set_charset() support for PostgreSQL and change its implementation for 'mysql'
Diffstat (limited to 'user_guide_src')
-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 ca36ecd31..6f3b030a0 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -59,6 +59,7 @@ Release Date: Not Released
- Replaced the _error_message() and _error_number() methods with error(), that returns an array containing the last database error code and message.
- Improved version() implementation so that drivers that have a native function to get the version number don't have to be defined in the core DB_driver class.
- PostgreSQL driver now uses pg_version() to get the database version number, when possible.
+ - Added db_set_charset() support for PostgreSQL.
- Libraries