Skip to content

Error parsing ',' in select query #3

Description

@GoogleCodeExporter
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.com on 30 Dec 2009 at 1:35

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions