From: Mike Bayer Date: Sun, 16 Feb 2014 23:28:35 +0000 (-0500) Subject: - changelog for pullreq github:72. X-Git-Tag: rel_0_8_5~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beb567ba6f011c191ea0a1c7eec212607712f578;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for pullreq github:72. --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 80217b12f9..3b9c7611bc 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -11,6 +11,15 @@ .. 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