]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed compiler bug in mssql
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Aug 2007 21:36:33 +0000 (21:36 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Aug 2007 21:36:33 +0000 (21:36 +0000)
commit62410adeb9f6a0e01de35680ff77cc15ae994995
treecabf5c81f443f4becc131501134a2b853b778769
parentfb5cd747e8c9f4cdcb612ce7c43fd82d298bf812
- fixed compiler bug in mssql
- marked as unsupported for mssql all two-phase and nested transcation tests
- marked as unsupported for mssql various transactional/session tests which require two connections looking at uncommitted/external data at the same time (ms-sql cant handle it)
- put better explicit closeout step in unitofwork.py tests to appease ms-sqls hard locking
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/databases/mssql.py
test/dialect/alltests.py
test/dialect/mssql.py [new file with mode: 0755]
test/engine/transaction.py
test/orm/unitofwork.py