]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- converted mapper.py unit test to 0.4's four separate mapper.py, query.py, eager_rel...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Jul 2007 18:38:55 +0000 (18:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Jul 2007 18:38:55 +0000 (18:38 +0000)
commit6c851956b549f30c8d5936ee542a1c1f2c5592df
tree008033f3ea906e85d941d0354cfe3a57794d0d2a
parent81f42181f431eb8ea96c94ee8a2d798f11a296e7
- converted mapper.py unit test to 0.4's four separate mapper.py, query.py, eager_relations.py, lazy_relations.py.
tests 0.4 forwards compatibility for [ticket:631]
- fixed "reset_joinpoint()" in query to actually work, when the same table appears in two join()s it reuses that
same table as a joinpoint the way 0.4 does.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/alltests.py
test/orm/eager_relations.py [new file with mode: 0644]
test/orm/fixtures.py [new file with mode: 0644]
test/orm/lazy_relations.py [new file with mode: 0644]
test/orm/mapper.py
test/orm/query.py [new file with mode: 0644]