From: Jon Nelson Date: Sat, 15 Nov 2014 02:05:58 +0000 (-0600) Subject: - add tentative 'changelog' documentation on #3244 X-Git-Tag: rel_1_0_0b1~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b146e1bab7b440038c356f388e3362a669399c1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add tentative 'changelog' documentation on #3244 --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 4198279594..f83afd2da4 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -59,6 +59,15 @@ 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