mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-01 05:18:44 -04:00
- missing 0.8 change forwards port
This commit is contained in:
Vendored
+9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user