summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-05-08 22:44:06 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-05-08 22:44:06 -0400
commit55eacc8dbea3c3f98197bde9034fd6558fb2bc09 (patch)
treef4fedb84a3cd05166f40c34f6b2e06e5839fa619 /doc
parentc8873b31f0c87ba0d1a7518b36af7151dec34be4 (diff)
downloadsqlalchemy-55eacc8dbea3c3f98197bde9034fd6558fb2bc09.tar.gz
- Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`
would produce an empty WHERE clause when an empty :func:`.and_()` or :func:`.or_()` or other blank expression were applied. This is now consistent with that of :func:`.select`. fixes #3045
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_08.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 19f99bbde..656858720 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -12,6 +12,16 @@
:version: 0.8.7
.. change::
+ :tags: bug, sql
+ :tickets: 3045
+ :versions: 0.9.5
+
+ Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`
+ would produce an empty WHERE clause when an empty :func:`.and_()`
+ or :func:`.or_()` or other blank expression were applied. This is
+ now consistent with that of :func:`.select`.
+
+ .. change::
:tags: bug, postgresql
:pullreq: bitbucket:13
:versions: 0.9.5