diff options
author | Jon Nelson <jnelson@jamponi.net> | 2014-11-14 20:05:58 -0600 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-13 18:34:51 -0500 |
commit | 5b146e1bab7b440038c356f388e3362a669399c1 (patch) | |
tree | 657784695acebe3552c8530400652ffa22781e57 | |
parent | 85c04dd0bb9d0f140dde25e3901b172ebb431f7e (diff) | |
download | sqlalchemy-5b146e1bab7b440038c356f388e3362a669399c1.tar.gz |
- add tentative 'changelog' documentation on #3244
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 419827959..f83afd2da 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -60,6 +60,15 @@ 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 :tickets: 3248 |