From: Brian R. <br...@se...> - 2004-10-15 21:00:45
|
On Oct 15, 2004, at 3:39 PM, Alan Kennedy wrote: > I'm trying to pickle SQLObjects, so that I can store them in > structured documents. As far as I can see, pickles only need to > contain the name of the SQLObject class, and the id which uniquely > identifies the instance. I thought SQLObject does not support pickleing because it uses pickel for persistance: http://sourceforge.net/mailarchive/message.php?msg_id=7578480 This may have changed, but this was the last I heard. |