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
Certain MySQL-specific ALTER TABLE clauses are not explicitly recognized by JSqlParser. These are categorized as Operation is UNSPECIFIC, which can limit parsing capabilities and programmatic handling of such statements.
EBNF Context
Below is a list of MySQL ALTER TABLE clauses that fall under the UNSPECIFIC category:
Grammar or Syntax Description
Description
Certain MySQL-specific
ALTER TABLE
clauses are not explicitly recognized by JSqlParser. These are categorized asOperation is UNSPECIFIC
, which can limit parsing capabilities and programmatic handling of such statements.EBNF Context
Below is a list of MySQL
ALTER TABLE
clauses that fall under theUNSPECIFIC
category:ENABLE KEYS
DISABLE KEYS
ALTER TABLE ... FORCE
ALTER TALBE ... COLLATE
SQL Examples
Example Queries
More examples will be added to expand the coverage of MySQL-specific clauses.
Additional Context
JSqlParser Version : 5.0
Applicable RDBMS : MySQL 8.0
Documentation References
MySQL ALTER TABLE Documentation
The text was updated successfully, but these errors were encountered: