]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix unique constraints reflection in SQLite
authorRoman Podolyaka <roman.podolyaka@gmail.com>
Sat, 22 Jun 2013 10:31:51 +0000 (13:31 +0300)
committerRoman Podolyaka <roman.podolyaka@gmail.com>
Sun, 23 Jun 2013 07:42:03 +0000 (10:42 +0300)
commit1ad06ea42c69c10f18c5d43d4d4a68223cbef52e
tree9d8d42bae2aa5a55d393fd6e6ca9eb9031e12d22
parent90296229209104e3903358844c2fbcd565d71bf3
Fix unique constraints reflection in SQLite

If SQLite keywords are used as column names, they are
quoted. The code parsing the information about table
unique constraints should be modified so that it properly
removes double-quotes from column names.
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/testing/suite/test_reflection.py