]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- unittest cleanup: after removal of threadlocal mod + changes to session calling...
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Jul 2007 21:00:14 +0000 (21:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Jul 2007 21:00:14 +0000 (21:00 +0000)
commit1f1bc09234a42b1cd7418d367dc8a298693b6c3a
treeaaae8286619c2780498b2df22e953c5b3aec2de1
parent2a492db506b29dd2dd989b83b2324b65004d5a4f
- unittest cleanup: after removal of threadlocal mod + changes to session calling signature,
got sqlite, postgres, mysql all working again (one unresolved failure for mysql)
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/sql.py
test/engine/bind.py
test/ext/alltests.py
test/ext/selectresults.py [deleted file]
test/orm/generative.py
test/orm/manytomany.py
test/orm/query.py
test/orm/relationships.py
test/testbase.py