Am 2010-08-26 um 16:09 schrieb Adrian Klaver:
> For the record the below is the code in dbSQLite.py that handles  
> boolean values.
>
> def formatForQuery(self, val, fieldType=None):
>    if isinstance(val, bool):
>      return ustr(int(val))
>    else:
>      return super(SQLite, self).formatForQuery(val, fieldType)

Seems I stand corrected and the problem isn't really dabo's. Good.



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)




_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/c4c75367-43ef-4c06-9988-9918f584f...@fiee.net

Reply via email to