diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-22 16:52:32 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-22 16:53:46 -0400 |
commit | 15b0cf56ff676fa3e1e360dc2ae04d86dc4271d5 (patch) | |
tree | d51a3c3427693eb6cf994650e33c9c0dee040219 | |
parent | dba17c8ca6ac120760c71329a3e5174dd8348925 (diff) | |
download | sqlalchemy-15b0cf56ff676fa3e1e360dc2ae04d86dc4271d5.tar.gz |
- missing 0.8 change forwards port
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index f95048ca7..817090ae6 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -337,6 +337,15 @@ 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 :versions: 0.9.3 |