You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: