diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-10 13:27:03 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-10 13:27:03 +0100 |
commit | 2ab3d6e987ca45d230fc1863dbdab188610a9f78 (patch) | |
tree | 6aeca99c1ff7f4ffa1f976e18c02f7b2d5016ada /user_guide_src/source/changelog.rst | |
parent | decea5370248e93134956d7713605c16482484fd (diff) | |
parent | 16af6afe991381360439135ddb0735dab1280fed (diff) |
Merge upstream branch
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 0e3a301bc..bb9e74cbb 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -49,6 +49,8 @@ Release Date: Not Released - Adding $escape parameter to the order_by function, this enables ordering by custom fields. - MySQLi driver now uses mysqli_get_server_info() for server version checking. - MySQLi driver now supports persistent connections when running on PHP >= 5.3. + - Added dsn if the group connections in the config use PDO or any driver which need DSN. + - Improved PDO database support. - Added random ordering support to the MSSQL driver. - Libraries |