"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