]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- pretty much all tests passing, maybe some callcounts are off
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Jul 2010 17:08:39 +0000 (13:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Jul 2010 17:08:39 +0000 (13:08 -0400)
commit9cbfe389f7f4b227a3319d0c28919b3df80079b0
treef1b834af0c135ee06e30ea45921ad342ba0038da
parentd9a6641dc8dfea02936d37d58bc446cb4fa1f1b5
- pretty much all tests passing, maybe some callcounts are off
- test suite adjusted to use engine/pool events and not listeners
- deprecation warnings
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/threadlocal.py
lib/sqlalchemy/event.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/test/assertsql.py
lib/sqlalchemy/test/engines.py
test/aaa_profiling/test_orm.py
test/aaa_profiling/test_pool.py
test/engine/test_execute.py
test/engine/test_pool.py
test/orm/test_merge.py