]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add tentative 'changelog' documentation on #3244
authorJon Nelson <jnelson@jamponi.net>
Sat, 15 Nov 2014 02:05:58 +0000 (20:05 -0600)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Dec 2014 23:34:51 +0000 (18:34 -0500)
doc/build/changelog/changelog_09.rst

index 4198279594ccf9cd874118326a263ca5d6931079..f83afd2da4a4bdf64c8e798f1a2afc5cfbeab856 100644 (file)
         replaced, however if the mapping were already used for querying, the
         old relationship would still be referenced within some registries.
 
+    .. change::
+        :tags: bug, sqlite
+        :versions: 1.0.0
+        :tickets: 3244
+
+        Fixed issue where un-named UNIQUE constraints were not being
+        reflected in SQLite. Now un-named UNIQUE constraints are returned
+        with a name of u''.
+
     .. change::
         :tags: bug, sql
         :versions: 1.0.0