Skip to content

Model MySQL CREATE EVENT and ALTER EVENT - #2547

Open
minleejae wants to merge 1 commit into
JSQLParser:masterfrom
minleejae:feat/mysql-events
Open

Model MySQL CREATE EVENT and ALTER EVENT#2547
minleejae wants to merge 1 commit into
JSQLParser:masterfrom
minleejae:feat/mysql-events

Conversation

@minleejae

Copy link
Copy Markdown
Contributor

Summary

  • parse MySQL CREATE EVENT and ALTER EVENT as dedicated statements
  • expose one-time and recurring schedules, bounds, completion policy, status, comments, rename targets, and bodies as structured AST values
  • route event bodies through visitors so contained table references and validation remain usable

Validation

  • ./gradlew spotlessApply test spotlessCheck checkstyleMain checkstyleTest
  • executed create, reschedule, body replacement, disable, and rename flows against MySQL 8.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant