Files
sqlalchemy/test
Mike Bayer 85f7547514 - 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)).
2009-04-26 21:57:18 +00:00
..