]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for pullreq github:72.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Feb 2014 23:28:35 +0000 (18:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Feb 2014 23:28:35 +0000 (18:28 -0500)
doc/build/changelog/changelog_08.rst

index 80217b12f9ffde4677db808372059613f493d86b..3b9c7611bcb6841d4bcc45244c884bb50105189d 100644 (file)
 .. changelog::
     :version: 0.8.5
 
+    .. change::
+        :tags: bug, sqlite
+        :pullreq: github:72
+
+        Restored a change that was missed in the backport of unique
+        constraint reflection to 0.8, where :class:`.UniqueConstraint`
+        with SQLite would fail if reserved keywords were included in the
+        names of columns.  Pull request courtesy Roman Podolyaka.
+
     .. change::
         :tags: bug, postgresql
         :tickets: 2291