]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Raise an exception if xyzload_all() is
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 18:33:05 +0000 (13:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 18:33:05 +0000 (13:33 -0500)
commit4480eea62225951263892831190012dcea10c2e0
treef1583596ac50fef98cb54841c42bf2dd70b0ffd2
parent378e86124b598f2773cf124beab853ad63b71ee9
- [bug] Raise an exception if xyzload_all() is
used inappropriately with two non-connected
relationships.  [ticket:2370]
CHANGES
lib/sqlalchemy/orm/interfaces.py
test/lib/pickleable.py
test/orm/test_pickled.py
test/orm/test_query.py