From: Mike Bayer Date: Tue, 22 Jul 2014 20:52:32 +0000 (-0400) Subject: - missing 0.8 change forwards port X-Git-Tag: rel_1_0_0b1~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15b0cf56ff676fa3e1e360dc2ae04d86dc4271d5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - missing 0.8 change forwards port --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index f95048ca74..817090ae63 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -336,6 +336,15 @@ "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