Skip to content

fix(mysql): match Community editor payload and metadata fidelity - #9

Merged
openai0229 merged 7 commits into
mainfrom
fix/mysql-community-editor-fidelity
Jul 29, 2026
Merged

fix(mysql): match Community editor payload and metadata fidelity#9
openai0229 merged 7 commits into
mainfrom
fix/mysql-community-editor-fidelity

Conversation

@openai0229

Copy link
Copy Markdown
Contributor

Summary

  • Accept explicit-null Community table-editor payloads and the frontend IN_VALUES operation.
  • Preserve UNSIGNED, empty and quoted ENUM/SET members, and composite primary-key order through native mysql_async metadata.
  • Infer ordinary column moves from array order while rejecting generated, invisible, ZEROFILL, and other lossy live definitions.
  • Return the six-option Community MySQL view editor template without requiring an existing view.

Verification

  • make verify
  • cargo clippy --workspace --all-targets --all-features --locked -- -D warnings
  • make native-mysql-integration against local Docker MySQL 8.4.8
  • Chat2DB knowledge lint
  • Zero fixture databases and zero Chat2DB Java processes after the final run

Constraints

  • Original Community frontend and styles are unchanged.
  • Native MySQL operations keep Java dormant.
  • The macOS Package workflow was not triggered.

Closes #8

@openai0229
openai0229 merged commit fb042aa into main Jul 29, 2026
10 checks passed
@openai0229
openai0229 deleted the fix/mysql-community-editor-fidelity branch July 29, 2026 19:27
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 editor payload and metadata fidelity

1 participant