summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorSammyK <sammyk@sammykmedia.com>2012-03-06 00:27:56 +0100
committerSammyK <sammyk@sammykmedia.com>2012-03-06 00:27:56 +0100
commit92d68cc37dd8644563bfcc7199fec29e89ecc1ba (patch)
tree004dfc1f716b60783ea26ac0ed7e2749e77b2dd7 /user_guide_src
parent1bf8eebec1d2eb71f4553c9ec8ae82402b869887 (diff)
Updated changelog
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 683dd5516..e376497c9 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -63,6 +63,7 @@ Release Date: Not Released
- Added db_set_charset() support.
- 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.
- Libraries