Issue 977307
Created on 2004-06-22 08:58 by sbidoul, last changed 2004-06-22 23:39 by richard.
File name |
Uploaded |
Description |
Edit |
Remove |
rdbms_common.diff
|
sbidoul,
2004-06-22 09:39
|
proposed patch |
|
|
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!
|
|
Date |
User |
Action |
Args |
2004-06-22 08:58:05 | sbidoul | create | |
|