]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for #3203; fixes #3203
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Sep 2014 19:19:19 +0000 (15:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Sep 2014 19:19:19 +0000 (15:19 -0400)
doc/build/changelog/changelog_10.rst

index 7bfcb574ee6a01734e07d143e6f70c21a0a63723..ca612c0efe5a1019c3722e4692814c602dcb624b 100644 (file)
     series as well.  For changes that are specific to 1.0 with an emphasis
     on compatibility concerns, see :doc:`/changelog/migration_10`.
 
+    .. change::
+        :tags: bug, sqlite
+        :tickets: 3203
+        :pullreq: bitbucket:31
+
+        SQLite now supports reflection of unique constraints from
+        temp tables; previously, this would fail with a TypeError.
+        Pull request courtesy Johannes Erdfelt.
+
+        .. seealso::
+
+            :ref:`change_3204` - changes regarding SQLite temporary
+            table and view reflection.
+
     .. change::
         :tags: bug, sqlite
         :tickets: 3204