Re: [SQLObject] sqlobject 0.10 and picklecol protocol problem

2008-07-24 Thread Oleg Broytmann
On Thu, Jul 24, 2008 at 05:17:06PM +0200, Sophana wrote: > there seem to be a problem with picklecol and v0.10 > It seem that v0.10 uses highest pickle protocol by default (2). It does. I clearly remember we discussed this a year or two ago but you lost interest because you stopped using Pickle

[SQLObject] sqlobject 0.10 and picklecol protocol problem

2008-07-24 Thread Sophana
Hi there seem to be a problem with picklecol and v0.10 It seem that v0.10 uses highest pickle protocol by default (2). When reading back there are problems related to protocol2 and unicode. pickle does not understand what it just pickled before... Can someone confirm this? My workaround is to fo