Roundup Tracker - Issues

Issue 1396278

classification
filtering does not work for multiple ids
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: richard : dlinke, richard
Priority: normal :

Created on 2006-01-03 20:18 by dlinke, last changed 2006-01-13 01:43 by richard.

Files
File name Uploaded Description Edit Remove
rdbms_common.py.patch dlinke, 2006-01-03 20:18 patch
Messages
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... 
History
Date User Action Args
2006-01-03 20:18:04dlinkecreate