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
The parsing succeeds without errors, but I believe it is necessary to add an appropriate CONVERT or AlterOperation type to handle this clause correctly.
The text was updated successfully, but these errors were encountered:
Grammar or Syntax Description
CONVERT TO CHARACTER SET
clause in ALTER TABLE statements is not correctly parsed by JSQLParser.UNSPECIFIC
instead of the appropriate operation type.SQL Example
Additional context
The parsing succeeds without errors, but I believe it is necessary to add an appropriate CONVERT or AlterOperation type to handle this clause correctly.
The text was updated successfully, but these errors were encountered: