[ZODB-Dev] A koan: persistent object with no container

Paul Winkler slinkp at gmail.com
Fri Nov 14 18:16:17 EST 2008


If I instantiate a subclass of Persistent, but I don't ever assign it
as an attribute on the root (or any other Persistent instance) ...
then what happens to my instance when the transaction commits?

A) it's saved in the ZODB, but not reachable?
or
B) it's never saved at all?
or
C) something else that I can't imagine?

-- 
http://www.slinkp.com


More information about the ZODB-Dev mailing list