]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- more portable tests for eager/inheritance joins
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 May 2008 19:20:49 +0000 (19:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 May 2008 19:20:49 +0000 (19:20 +0000)
commit6840fc6bb635f78df85077beeaaca52d31836aff
treed165f49f262dca0dc349b5130fa5f91f8177e459
parent84ec085d474f5f8029a52d7f6a24deda56bdfa87
- more portable tests for eager/inheritance joins
- bumped 2.4 call count for profile test_select
- don't need initialize_properties() during reentrant compile() call (for now)
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/query.py
test/profiling/compiler.py