Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't Parse following queries #1

Open
sankarav opened this issue Oct 15, 2015 · 0 comments
Open

Doesn't Parse following queries #1

sankarav opened this issue Oct 15, 2015 · 0 comments

Comments

@sankarav
Copy link

Dear Professor,

This jsqlparser isn't parsing the following query patterns,

  1. Queried with (()) double parenthesis:
    Example:
    SELECT _id, contact_last_updated_timestamp FROM view_contacts WHERE ((_id IN default_directory))

  2. 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=?

  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant