diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-26 11:23:13 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-26 11:23:13 +0200 |
commit | a00e50483ab27d8ba3d3a2aa1a5138bfa8c8be70 (patch) | |
tree | b1896f7b183689a9c2284db2e66d4a687ab478cf /user_guide_src/source/changelog.rst | |
parent | 830f5af4bac8da4b6f9392334348bc9e33b09240 (diff) |
Add DSN string and persistent connections support for CUBRID
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 44ecf43d2..42d468eed 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -73,6 +73,8 @@ Release Date: Not Released - Removed protect_identifiers() and renamed _protect_identifiers() to it instead - it was just an alias. - MySQL and MySQLi drivers now require at least MySQL version 5.1. - db_set_charset() now only requires one parameter (collation was only needed due to legacy support for MySQL versions prior to 5.1). + - Added DSN string support for CUBRID. + - Added persistent connections support for CUBRID. - Libraries |