Skip to content

[FEATURE] JSQLParser 5.3 cannot parse name of the index in alter table #2247

Description

@FredyFerrari

Grammar or Syntax Description

  • ALTER TABLE with a USING INDEX clause cannot parse the name of the index. The name of the index is reported in an UnsupportedStatement
  • Example: ALTER TABLE with a USING INDEX PK_TKONS is not supported

SQL Example

  • Simplified Query Example, focusing on the failing feature
    ALTER TABLE TNWAV ADD CONSTRAINT PK_TNWAV PRIMARY KEY (NWNAME, ZEILE, BESTGRU) USING INDEX PK_TNWAV

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions