Closed
Description
Grammar or Syntax Description
- Brief description: The parser does not support specific features like
ENCRYPTION
,AUTO_INCREMENT
, andENGINE
options inALTER TABLE
statements, categorizing them asUnspecifiedOperation
. These features are part of MySQL-specific extensions to theALTER TABLE
syntax.
SQL Example
- Simplified Query Examples focusing on the failing features:
ALTER TABLE confidential_data ENCRYPTION = 'Y'; ALTER TABLE tt AUTO_INCREMENT = 101; ALTER TABLE city2 ENGINE = InnoDB;
Additional Context
- JSQLParser Version: 5.0
- Applicable RDBMS: MySQL 8.0 and later versions.
- Reference Documentation:
Metadata
Metadata
Assignees
Labels
No labels