From c926df36173e45cfd45807e197f4f4f63ca5128b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 17 Sep 2014 15:19:19 -0400 Subject: [PATCH] - changelog for #3203; fixes #3203 --- doc/build/changelog/changelog_10.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 7bfcb574ee..ca612c0efe 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -21,6 +21,20 @@ 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 -- 2.47.3