]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Major refactoring of the MSSQL dialect. Thanks zzzeek.
authorMichael Trier <mtrier@gmail.com>
Mon, 22 Dec 2008 20:20:55 +0000 (20:20 +0000)
committerMichael Trier <mtrier@gmail.com>
Mon, 22 Dec 2008 20:20:55 +0000 (20:20 +0000)
commit886ddcd12db97984cdb1cc94b9abaee5df4eb6d5
tree344b8a10c38d00164301e982b2074ccf7cefa2d7
parent4bb848907339b0e69b5d5ad3d020305ce681b823
Major refactoring of the MSSQL dialect. Thanks zzzeek.
Includes simplifying the IDENTITY handling and the exception handling. Also
includes a cleanup of the connection string handling for pyodbc to favor
the DSN syntax.
CHANGES
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
test/dialect/mssql.py
test/sql/query.py