Roundup Tracker - Issues

Message1342

Author richard
Recipients
Date 2004-10-08.06:06:56
Message-id
In-reply-to
Logged In: YES 
user_id=6405

I've finally manage to reproduce the error. If I switch the "from" 
table names in the O.P's SQL, it works fine (ie. "from 
issue_nosy,_issue") but if they're around the other way (ie. "from 
_issue,issue_nosy") then I get an error. 
 
I believe this has been fixed since the SQL generation now 
always puts the _issue table (or whatever the class table is 
called) last in the from list. 
 
History
Date User Action Args
2009-02-03 14:20:49adminlinkissue984591 messages
2009-02-03 14:20:49admincreate