-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
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
Reactions are currently unavailable