Skip to content

Doesn't Parse following queries #1

@sankarav

Description

@sankarav

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions