]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix for sqlite refection of names with weird quotes around them in the DDL which...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Oct 2006 23:01:14 +0000 (23:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Oct 2006 23:01:14 +0000 (23:01 +0000)
commita941dff48f04b9dc0a81ce2673c67b2ba24971ac
tree73ae99fe44d8b029a1ae98a03d820d9aed37b2c0
parent6a38b502e08dae3430328e2eff557c638e042373
fix for sqlite refection of names with weird quotes around them in the DDL which seem to hang around
lib/sqlalchemy/databases/sqlite.py
test/engine/reflection.py