Issue 1396278
Created on 2006-01-03 20:18 by dlinke, last changed 2006-01-13 01:43 by richard.
msg2093 |
Author: [hidden] (dlinke) |
Date: 2006-01-03 20:18 |
|
The anydbm backend does not show the bug, but sqlite
does and I assume the other backends are broken too.
See also
http://article.gmane.org/gmane.comp.bug-tracking.roundup.user/6220
I think the problem can be solved by the attached patch
to rdbms_common.py - please review.
Regards,
David
|
msg2094 |
Author: [hidden] (richard) |
Date: 2006-01-13 01:43 |
|
Logged In: YES
user_id=6405
The bug isn't in the RDBMS backend, it's in the code
parsing the filter spec. I've fixed the latter.
Bit icky, really, but then ID shouldn't be a String
property, it should be a Number, but that's another war...
|
|
Date |
User |
Action |
Args |
2006-01-03 20:18:04 | dlinke | create | |
|