- missing 0.8 change forwards port

This commit is contained in:
Mike Bayer
2014-07-22 16:52:32 -04:00
parent dba17c8ca6
commit 15b0cf56ff
+9
View File
@@ -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