Since we're talking about x-db POSKeyErrors, suppose I have a system with mounted databases an I want to move it into using a single database to avoid exactly the kinds of errors we've been talking here?
More concretely, suppose a mounted database at "/mountpoint" that I want to get rid of. I was thinking of exporting "/mountpoint", removing it from the database and removing the mount point configuration and re-importing it. Now suppose that a user had previously cut something from "/mountpoint" and pasted it into the main database, how can I make sure that all references keep working when I re-import (or otherwise pickle-dump and pickle-load) the previously mounted database? Cheers, Leo -- View this message in context: http://www.nabble.com/data-loss-bug-with-mounted-storages%2C-cut%27n%27paste-and-pack-tp15439751p15590748.html Sent from the Zope - ZODB-Dev mailing list archive at Nabble.com. _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - [email protected] http://mail.zope.org/mailman/listinfo/zodb-dev
