]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Properly escape table names when reflecting for mssql and sqlite [ticket:653]
authorPaul Johnston <paj@pajhome.org.uk>
Tue, 17 Jul 2007 22:32:16 +0000 (22:32 +0000)
committerPaul Johnston <paj@pajhome.org.uk>
Tue, 17 Jul 2007 22:32:16 +0000 (22:32 +0000)
commitaa299318a96dd8cb2e887b24431bc296c7f108cc
tree8008cb22bd5b14df6982be9c9cc024f59cb4ef7b
parent0c578f31b6d25555a80e7bf1cbbac0f7a4bb4491
Properly escape table names when reflecting for mssql and sqlite [ticket:653]
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/databases/sqlite.py
test/engine/reflection.py
test/sql/query.py