series as well. For changes that are specific to 1.0 with an emphasis
on compatibility concerns, see :doc:`/changelog/migration_10`.
+ .. change::
+ :tags: bug, sqlite
+ :tickets: 3203
+ :pullreq: bitbucket:31
+
+ SQLite now supports reflection of unique constraints from
+ temp tables; previously, this would fail with a TypeError.
+ Pull request courtesy Johannes Erdfelt.
+
+ .. seealso::
+
+ :ref:`change_3204` - changes regarding SQLite temporary
+ table and view reflection.
+
.. change::
:tags: bug, sqlite
:tickets: 3204