]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed bug in eager loading on a many-to-one [ticket:96], added the ticket tests as...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Mar 2006 19:06:06 +0000 (19:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Mar 2006 19:06:06 +0000 (19:06 +0000)
commit32aa76601daffba2c43b784f587c8d614e495324
treeaa875f9041fc858db94d0d255bb1dd5188bfd857
parent34cd446912bbff2426a6e6a0dd78b490b8c54e43
fixed bug in eager loading on a many-to-one [ticket:96], added the ticket tests as a unit test eagerload2.
got eagerload1 to be a unit test also.
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/util.py
test/alltests.py
test/eagertest1.py
test/eagertest2.py [new file with mode: 0644]