Skip to content

feat(mysql): preview Community routine invocations - #13

Merged
openai0229 merged 3 commits into
mainfrom
feat/mysql-routine-invocation-preview
Aug 3, 2026
Merged

feat(mysql): preview Community routine invocations#13
openai0229 merged 3 commits into
mainfrom
feat/mysql-routine-invocation-preview

Conversation

@openai0229

Copy link
Copy Markdown
Contributor

Summary

  • add native mysql_async parameter metadata and Community-compatible FUNCTION/PROCEDURE invocation SQL previews
  • expose POST /api/rdb/routine/preview_invocation through the shared Axum HTTP and desktop legacy_request path
  • preserve zero-parameter and unknown-routine behavior, quoted identifiers, parameter modes/defaults, and Java dormancy

Validation

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --all-features --locked -- -D warnings
  • Contract/Core/Web focused library tests: 262 passed, 1 ignored
  • native MySQL 8.4 integration: Core product, Console, and Web/desktop product tests passed
  • make verify
  • git diff --check

Packaging

  • Original Community frontend and styles are unchanged.
  • No local package was produced.
  • The macOS Package workflow was not dispatched.

Closes #12

@openai0229
openai0229 merged commit 3a93855 into main Aug 3, 2026
10 checks passed
@openai0229
openai0229 deleted the feat/mysql-routine-invocation-preview branch August 3, 2026 03:17
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.

MySQL Community routine invocation preview parity

1 participant