]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in SQLite dialect where reflection of UNIQUE constraints
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Jul 2015 16:33:35 +0000 (12:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Jul 2015 16:33:35 +0000 (12:33 -0400)
commitf39e692d1249aeffb4de85987f6a74303fc5dcc5
treefa8c050e42af2a4e06b5e0adcad2f24c7f2b7df7
parent575f080850a0a061ccb7ac40e3ea1fbf6b0fedf4
- Fixed bug in SQLite dialect where reflection of UNIQUE constraints
that included non-alphabetic characters in the names, like dots or
spaces, would not be reflected with their name.
fixes #3495
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/testing/suite/test_reflection.py