From 15b0cf56ff676fa3e1e360dc2ae04d86dc4271d5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 22 Jul 2014 16:52:32 -0400 Subject: [PATCH] - missing 0.8 change forwards port --- doc/build/changelog/changelog_08.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.47.3