[ZODB-Dev] Moving objects programmatically between storages

Paolo Losi paolo at linux.netline.it
Sun Feb 12 12:48:05 EST 2006


Hi all!
	I think subject says it all... :-)

I'd like to move object in between storages.

something like this:

 >>> a = root_storage1['a']
 >>> root_storage2['a'] = a
 >>> transaction.commit()

but I suspect there's a problem here since each object has its
_p_jar connection strongly tied to it...

	Thanks
	Pao


More information about the ZODB-Dev mailing list