IRC log of #zodb for Thursday, 2014-03-27

*** fdrake has quit IRC01:48
*** srichter has quit IRC03:12
*** srichter has joined #zodb03:49
*** agroszer has joined #zodb09:02
*** moo-_- has quit IRC10:04
*** moo-_- has joined #zodb10:08
*** goschtl has joined #zodb11:05
goschtlhi, i have to export some objects in a z3 environment i do it like this: folder._p_jar.exportFile(obj._p_oid, f=str(fn))11:06
goschtlbut it seems it runs forever because it exports a lot of references to the object11:07
goschtlanything i can do?11:07
goschtlis it possible to create a simple pickle of the object without the references?11:24
goschtlJ1m: any idea with that export thing, or a other idea how i can do it?11:44
*** goschtl has quit IRC12:17
*** goschtl1 has joined #zodb12:17
*** srichter has quit IRC13:03
*** goschtl1 has quit IRC13:43
*** fdrake has joined #zodb14:53
*** goschtl has joined #zodb15:04
*** agroszer has quit IRC15:08
J1mgoschtl, it's possible you have circular references, which might cause the entire database to be exported.16:09
goschtli guess i have found the thing16:10
J1mthe export machinery was written long long ago when we were very careful to avoid circular references.16:10
goschtlthe __parent__ pointer causes the complete db to download16:10
J1mas I said :)16:11
goschtli made a small path to exportimport to remove the parent oid from the oids16:11
goschtlthis seems to make the trick16:11
J1mcool.16:11
goschtlsylvain gave me the tip16:12
*** goschtl has quit IRC18:39
*** srichter has joined #zodb20:45
*** srichter has quit IRC21:38
*** srichter has joined #zodb21:38
*** srichter has quit IRC22:00

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!