Skip to content

superfluous brackets confuse the Parser #120

@GoogleCodeExporter

Description

@GoogleCodeExporter
I would like the parser to ignore superfluous brackets.
When I parse:
(
SELECT CNAME
FROM COCKTAIL
)

I get:

Array
(
    [SELECT] => Array
        (
            [0] => Array
                (
                    [delim] => 
                )
        )
)

But would like the Parser to just ignore the brackets.

I am using 'php-sql-parser-20140123'.

Thank you, and keep up the great work!

Trini

Original issue reported on code.google.com by trinitro...@gmail.com on 8 Feb 2014 at 11:16

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions