From: Mike Bayer Date: Wed, 17 Sep 2014 19:19:19 +0000 (-0400) Subject: - changelog for #3203; fixes #3203 X-Git-Tag: rel_1_0_0b1~70^2~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c926df36173e45cfd45807e197f4f4f63ca5128b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for #3203; fixes #3203 --- 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