merged jim's fix (r76408) for the caching problem showing up in the zclasses tests:
Non-ghostifiable (persistent classes) objects load their state right away -- even before they are placed in the cache. This causes a problem if the object's state has a (direct or indirect) reference to it. Added a pre-cache that allows the connection to return objects already being loaded when necessary.
Showing
Please register or sign in to comment