-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Parse any SQL query
2. Clauses that appear as KEYs in the array are not treated as NODES.
They neither have positions nor anything else.
What is the expected output? What do you see instead?
I'm trying to mark all tokens in another string that simplifies the query, but
major CLAUSES like SELECT and WHERE don't support position or other
information. They should be treated like other nodes.
What version of the product are you using? On what operating system?
OS X Yosemite php-sql-parser-20140108
Please provide any additional information below.
Original issue reported on code.google.com by abi...@owasp.org on 25 Sep 2014 at 9:05