]> 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:00:47 +0000 (12:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 May 2011 16:00:47 +0000 (12:00 -0400)
commitc7713a6f0af7c76321fd5a72fbae0e8c4a52179c
tree2332707e15613349383094ce02db07924f4a4a68
parent00380cf3c304ea7f1c7397f17b828166364c36ac
  - Fixed bug in MSSQL dialect whereby the aliasing
    applied to a schema-qualified table would leak
    into enclosing select statements [ticket:2169].
    Also in 0.6.8.
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/test_mssql.py