diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-06 19:16:42 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-06 19:16:42 +0100 |
commit | 043f2602c7dc0a0eae62f745a7362160dc8ccec5 (patch) | |
tree | 35b3298825f1143b4f663933a214623314f254dd /user_guide_src/source/changelog.rst | |
parent | 4c598360d646f734d254d45b397bc26984999f0a (diff) | |
parent | 032e7ea646b953a8f4d28327d7f487de2ffa7288 (diff) |
Merge upstream branch
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 37016f832..b5fb52df4 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -64,6 +64,7 @@ Release Date: Not Released - Added _optimize_table() support for the :doc:`Database Utility Class <database/utilities>` (rebuilds table indexes). - Added a constructor to the DB_result class and moved all driver-specific properties and logic out of the base DB_driver class to allow better abstraction. - Removed limit() and order_by() support for UPDATE and DELETE queries in PostgreSQL driver. Postgres does not support those features. + - Removed protect_identifiers() and renamed _protect_identifiers() to it instead - it was just an alias. - Libraries |