]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- missing 0.8 change forwards port
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Jul 2014 20:52:32 +0000 (16:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Jul 2014 20:53:46 +0000 (16:53 -0400)
doc/build/changelog/changelog_08.rst

index f95048ca74fff175a34e9dd4fa4c9a7322bd32bb..817090ae633c1e70d790422c8cfaf1a9b0cb2099 100644 (file)
         "first_connect" event is now no longer synchronized either, thus leading
         to dialect mis-configurations under even minimal concurrency situations.
 
+    .. 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