From: Ian B. <ia...@co...> - 2004-03-22 15:14:04
|
On Mar 21, 2004, at 5:34 PM, Philippe Normand wrote: > I'm currently having the following issue when trying to pickle > SQLObjects > (0.5.2) / python 2.2: SQLObject doesn't currently support pickling, though I believe the changes necessary would not be particularly difficult -- adding a __getinitargs__ (or something like that, the pickle docs have more) would probably do it. (Adding to both SQLObject and DBConnection objects) -- Ian Bicking | ia...@co... | http://blog.ianbicking.org |