Roundup Tracker - Issues

Message1318

Author sbidoul
Recipients
Date 2004-06-22.08:58:05
Message-id
In-reply-to
This bug manifests itself with the pysqlite backend
with a property of type Boolean.

I think the problem is with the test to convert the value 
to SQL format. The test is under the "if value:" condition,
so the conversion is not done if the value is false. 
In such case, the value 'False' goes to the backend
and the pysqlite backend does not like that.

The attached patch seems to fix the problem.

-sbi
History
Date User Action Args
2009-02-03 14:20:48adminlinkissue977307 messages
2009-02-03 14:20:48admincreate