]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- rework assertsql system, fixes #3293
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 19 Jan 2015 01:57:26 +0000 (20:57 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 19 Jan 2015 01:57:26 +0000 (20:57 -0500)
commitf5d4f2685f30817af493c32d2cf0ac77715bdb46
tree93a0ca7cdb6a715f1f3c2162f5677b138493930e
parentf49c367ef712d080e630ba722f96903922d7de7b
- rework assertsql system, fixes #3293
lib/sqlalchemy/testing/assertions.py
lib/sqlalchemy/testing/assertsql.py
lib/sqlalchemy/testing/fixtures.py
test/dialect/mssql/test_query.py
test/dialect/postgresql/test_query.py
test/dialect/postgresql/test_types.py
test/orm/test_cycles.py
test/orm/test_query.py
test/sql/test_constraints.py