]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- moved test/orm/fixtures.py to testlib
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Aug 2007 22:15:15 +0000 (22:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Aug 2007 22:15:15 +0000 (22:15 +0000)
commitbc04505b8c767b4b7311c08710046c339a5e6b70
treecc423dd76ac9d8fee45556bb61a42410cd194440
parent1f41755ecfe925a7fc802f10fb677873e205c58f
- moved test/orm/fixtures.py to testlib
- flattened mapper calls in _instance() to operate directly
through a default MapperExtension
- more tests for ScopedSession, fixed [ticket:746]
- threadlocal engine propagates **kwargs through begin()
15 files changed:
lib/sqlalchemy/engine/threadlocal.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/scoping.py
lib/sqlalchemy/orm/session.py
test/orm/assorted_eager.py
test/orm/dynamic.py
test/orm/eager_relations.py
test/orm/inheritance/selects.py
test/orm/lazy_relations.py
test/orm/query.py
test/orm/selectable.py
test/orm/session.py
test/orm/unitofwork.py
test/testlib/fixtures.py [moved from test/orm/fixtures.py with 95% similarity]