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
Brief description: The parser does not support specific features like ENCRYPTION, AUTO_INCREMENT, and ENGINE options in ALTER TABLE statements, categorizing them as UnspecifiedOperation. These features are part of MySQL-specific extensions to the ALTER TABLE syntax.
SQL Example
Simplified Query Examples focusing on the failing features:
The text was updated successfully, but these errors were encountered:
minleejae
changed the title
[FEATURE] missing feature description
[FEATURE] Support for MySQL-specific ALTER TABLE options (ENCRYPTION, AUTO_INCREMENT, ENGINE) missing in JSQLParser
Nov 23, 2024
Grammar or Syntax Description
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
Additional Context
The text was updated successfully, but these errors were encountered: