What steps will reproduce the problem?
1. Call query 'select * where type=0' - is OK
2. Call query 'select date, bytes where type=0' - fails with "Unexpected token"
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Head from SVN
Please provide any additional information below.
I believe the error might be around line 308 in visparser.php. The only
operator checked is '(', and something should probably be done with the
operator ',' - maybe a skip?
Original issue reported on code.google.com by
marko.mu...@gmail.comon 30 Dec 2009 at 1:35