]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- reworked the "SQL assertion" code to something more flexible and based off of Conne...
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Dec 2008 02:16:52 +0000 (02:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Dec 2008 02:16:52 +0000 (02:16 +0000)
commita2f90fd0038ab6586022762467ed95a84e62e224
tree565cb80d9c3c5885f992c712890f26991c6cebc8
parent41f5f3465a444f36473593e179168841829fc1a5
- reworked the "SQL assertion" code to something more flexible and based off of ConnectionProxy.  upcoming changes to dependency.py
will make use of the enhanced flexibility.
test/orm/cycles.py
test/orm/eager_relations.py
test/orm/mapper.py
test/orm/unitofwork.py
test/testlib/assertsql.py [new file with mode: 0644]
test/testlib/engines.py
test/testlib/testing.py