Skip to content

[BUG] JSQLParser 5.4-SNAPSHOT : JDBC : "DROP INDEX idx ON qual.tbl" fails because of qualified table name #2343

@tonhuisman

Description

@tonhuisman

[x] Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram

Failing SQL Feature:

  • DROP INDEX idx ON qual.tbl fails for qualified table name
  • Example: ON qual.tbl can't be parsed, while ON tbl is handled correctly

SQL Example:

  • Simplified Query Example, focusing on the failing feature
    DROP INDEX IDX_EXAMPLE ON PUB.EXAMPLE_TABLE;

Software Information:

  • JSqlParser 5.4-SNAPSHOT
  • Database JDBC (Progress OpenEdge)

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