Roundup Tracker - Issues

Issue 1417565

classification
DatabaseError for query in 1.0
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: richard : dlinke, richard
Priority: normal :

Created on 2006-01-28 19:56 by dlinke, last changed 2006-01-30 00:36 by richard.

Files
File name Uploaded Description Edit Remove
traceback.htm dlinke, 2006-01-28 19:56 Traceback
Messages
msg2125 Author: [hidden] (dlinke) Date: 2006-01-28 19:56
with 1.0 I get a strange error (see attached file) for
the following search url:

http://localhost/roundupTest/issues/issue?@sort=creator&@group=priority&filter=status,assignedto&@columns=id,activity,title,creator,status&status=-1,1,2,3,4,5,6

With 0.8.5 and 0.8.6 the same url works as expected. I
run a customized tracker on win XP, sqlite backend,
Apache/cgi. Until now I was not able to reproduce the
error with the demo tracker.

The error disappears if I delete the
"@sort=creator"-section.

David
msg2126 Author: [hidden] (richard) Date: 2006-01-30 00:36
Logged In: YES 
user_id=6405

Fixed in CVS / 1.0.1 
History
Date User Action Args
2006-01-28 19:56:54dlinkecreate