On 3/14/11 5:17 PM, Jacek Kałucki wrote:
>>
>> I'm getting the following from 6494
>>
>>    File "/home/johnf/pespy/pespy/lkgridClass.py", line 124, in afterInit
>>       self.ds = self.schgridDS.execute("select * from dataset where regid = 
>> '%s'
>> " % (self.LookupID,))
>>     File "/home/johnf/dabo/dabo/db/dDataSet.py", line 355, in execute
>>       if not self._alreadyCorrectedFieldTypes:
>> AttributeError: 'dDataSet' object has no attribute
>> '_alreadyCorrectedFieldTypes'
>>
>>
>
> Hi.
>
> I revertet dDataSet changes.
> I'm not really sure if we need change default sqlite text factory here
> to the str type,
> since it uses utf-8 and all Dabo data manipulations has take place at
> cursor level.
> What if we leave this setting unchanged?

See log for r6123. I was having errors on Windows until setting the 
text_factory to str.

Paul

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to