]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add an "empty_inserts" requirement target plus a suite test
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Feb 2013 20:49:32 +0000 (15:49 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Feb 2013 20:49:32 +0000 (15:49 -0500)
commit2121c1690a17090a4027874751e90d02b4126fd2
tree964a461f3d2ae21c6fcb3dd425d94e1274ee2776
parent17790c9896e8ace4276b12b5f2cfcd366afae7e9
- add an "empty_inserts" requirement target plus a suite test
- add suite tests for basic explicit Sequence support, result-row column access (tests that name_normalize is set correctly among many other things)
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/__init__.py
lib/sqlalchemy/testing/suite/test_insert.py
lib/sqlalchemy/testing/suite/test_results.py [new file with mode: 0644]
lib/sqlalchemy/testing/suite/test_sequence.py [new file with mode: 0644]
test/sql/test_query.py