diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-06 18:48:35 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-06 18:48:35 +0100 |
commit | 032e7ea646b953a8f4d28327d7f487de2ffa7288 (patch) | |
tree | cd9c5f66b1fb666fb209be57acecf54bcfd7e639 /user_guide_src/source | |
parent | b0a50c6c255146180ca3e2248812724b3f5d6a22 (diff) |
Resolve _protect_identifiers()/protect_identifiers() usage issues
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 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 |