]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
turned off default case-folding rules as they wreak havoc with the current unittests,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Aug 2006 17:53:04 +0000 (17:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Aug 2006 17:53:04 +0000 (17:53 +0000)
commit4e033e73f3cb859b118400acd7daf9457f42d094
tree497e856e5a78b770a81723d263821573efa2af11
parent697567724880828a4850980273a790cec379982a
turned off default case-folding rules as they wreak havoc with the current unittests,
temporary isintance() checks in ASNIIdentifierPreparer which will be replaced with visit_
methodology
lib/sqlalchemy/ansisql.py
test/engine/reflection.py