]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixes for mxODBC, some pyodbc
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Sep 2012 19:14:09 +0000 (15:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Sep 2012 19:14:09 +0000 (15:14 -0400)
commit626ae5b7a1625835011c25469937549a74186157
tree5427c6a5a90f80f8163ae21eeeeabc186758c5f9
parent7ea8485ea6db4af6b4862c624752c93090968d06
- fixes for mxODBC, some pyodbc
- enhancements to test suite including ability to set up a testing engine
for a whole test class, fixes to how noseplugin sets up/tears
down per-class context
13 files changed:
lib/sqlalchemy/connectors/mxodbc.py
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/dialects/mssql/mxodbc.py
lib/sqlalchemy/dialects/mssql/pyodbc.py
lib/sqlalchemy/engine/base.py
test/bootstrap/noseplugin.py
test/engine/test_execute.py
test/lib/fixtures.py
test/lib/requires.py
test/sql/test_defaults.py
test/sql/test_query.py
test/sql/test_types.py
test/sql/test_update.py