]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- move the tests to test_query
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Sep 2009 20:35:27 +0000 (20:35 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Sep 2009 20:35:27 +0000 (20:35 +0000)
commit0d860209039b89ac85564d7dead7cf613813a01a
treeccba4a0c47ab1f45a7f0c1f7863c4d860c17933c
parent72d9a6ff607dc98c3a0c0c8f9ce3b4e66d4b1180
- move the tests to test_query
- the option needs the original mapper to pull the prop from, in the case the eagerload is *from* a joined-table subclass mapper.
had to change the contract of PropertyOption to pass
an additional list "mappers" which contains the actual parent mappers.
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/strategies.py
test/orm/inheritance/test_basic.py
test/orm/inheritance/test_query.py