]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where aliasing of tables with "schema" would
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Oct 2010 20:15:54 +0000 (16:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Oct 2010 20:15:54 +0000 (16:15 -0400)
commitdb318240d12becdf183af869b5b863979c55b050
treed12c6e91d273d2d5c45a85a51627721c6a14383a
parent976df5bf96adc16ea8c97e822cf7e773b0525f78
- Fixed bug where aliasing of tables with "schema" would
fail to compile properly.  [ticket:1943]
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/test_mssql.py