]> 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 20:13:36 +0000 (20:13 +0000)
committerPaul Johnston <paj@pajhome.org.uk>
Tue, 17 Jul 2007 20:13:36 +0000 (20:13 +0000)
commita966505992b94ec1cc0633aafa7dda0a287fb96c
treeb2c40729792b7ab343169f6ddcc2667c778ee00e
parent1dba9d48c28d59523f952d5e6b2f1425450cd7db
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