]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for pullreq github:215
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2015 18:01:07 +0000 (13:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2015 18:01:07 +0000 (13:01 -0500)
doc/build/changelog/changelog_10.rst

index 1a63ba83b83ba9e7950cbb2034905372527a2305..283a3e31f0f8b53b051f9fb0deb8fb136052a18d 100644 (file)
 .. changelog::
     :version: 1.0.10
 
+    .. change::
+        :tags: bug, postgresql
+        :pullreq: github:215
+        :versions: 1.1.0b1
+
+        Fixed bug where some varieties of SQL expression passed to the
+        "where" clause of :class:`.postgresql.ExcludeConstraint` would fail
+        to be accepted correctly.  Pull request courtesy aisch.
+
     .. change::
         :tags: bug, orm, declarative
         :pullreq: github:212