Roundup Tracker - Issues

Issue 977307

classification
can't insert false booleans
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : richard, sbidoul
Priority: normal :

Created on 2004-06-22 08:58 by sbidoul, last changed 2004-06-22 23:39 by richard.

Files
File name Uploaded Description Edit Remove
rdbms_common.diff sbidoul, 2004-06-22 09:39 proposed patch
Messages
msg1318 Author: [hidden] (sbidoul) Date: 2004-06-22 08:58
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
msg1319 Author: [hidden] (richard) Date: 2004-06-22 23:39
Logged In: YES 
user_id=6405

Ah, I'd already fixed this in CVS, thanks! 
History
Date User Action Args
2004-06-22 08:58:05sbidoulcreate