-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Dear Professor,
This jsqlparser isn't parsing the following query patterns,
-
Queried with (()) double parenthesis:
Example:
SELECT _id, contact_last_updated_timestamp FROM view_contacts WHERE ((_id IN default_directory)) -
Queries with key as a word in the SQL: (I think the token for "Key" in the JSqlParserCC.jj causes this)
Example:
SELECT key, value FROM CalendarCache WHERE key=? -
Missing file net.sf.jsqlparser.parser.CCJSqlParserManager.java
Few of the Test classes fail as the above file is missing in the code
There is 2Million more queries that this doesn't parse but yet to find a pattern for them.
Thanks
Metadata
Metadata
Assignees
Labels
No labels