]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in MSSQL dialect whereby the aliasing
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 May 2011 16:03:00 +0000 (12:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 May 2011 16:03:00 +0000 (12:03 -0400)
commitdafbea8d9e9ce9b4de5c746af3c70aa3b13dc7ca
treeb2dd37ad5936e843755ddf68c1f4cd96ddb08cdf
parent94fc44ac020da38e29340955e9cb696133080a03
- Fixed bug in MSSQL dialect whereby the aliasing
applied to a schema-qualified table would leak
into enclosing select statements [ticket:2169].
Merge of r9b3bd0601a85 from default
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/test_mssql.py