]> 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:36:37 +0000 (12:36 -0400)
commit38d220c2b295538cd6a53a01bb5a455ed6444ef6
treec27ef8567ce256d908c7331c1843ffcf29fbfcb9
parent3d84d2cd049da77084d9328dbcf3fcd5ac49b139
- 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

(cherry picked from commit f39e692d1249aeffb4de85987f6a74303fc5dcc5)

Conflicts:
lib/sqlalchemy/dialects/sqlite/base.py
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/testing/suite/test_reflection.py