]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Allowed pickling of PropertyOption objects constructed with
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Apr 2009 21:57:18 +0000 (21:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Apr 2009 21:57:18 +0000 (21:57 +0000)
commit85f754751412fd48f915e7c3062689401a3723b8
tree3b3d1c95d54a6b27a5b5ac0027be714950b4696e
parent1ec5704d142aded7505be4f7ef6ab02fc9410092
- Allowed pickling of PropertyOption objects constructed with
instrumented descriptors; previously, pickle errors would occur
when pickling an object which was loaded with a descriptor-based
option, such as query.options(eagerload(MyClass.foo)).
CHANGES
lib/sqlalchemy/orm/interfaces.py
test/orm/pickled.py