]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
clean up the way we detect MSSQL's form of RETURNING
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Aug 2009 17:38:45 +0000 (17:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Aug 2009 17:38:45 +0000 (17:38 +0000)
commitcbdccb7fd26da432ddf43ae1820656505acad37e
tree4c56e988526ef918190101d93fdc85c386313271
parent3dc86785298c6144e832fd20dba4e372868ccc8a
clean up the way we detect MSSQL's form of RETURNING
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/sql/compiler.py
test/dialect/test_mssql.py