Skip to content

feat(mysql): complete editable grid and DDL parity - #6

Merged
openai0229 merged 4 commits into
mainfrom
feat/mysql-editable-ddl
Jul 29, 2026
Merged

feat(mysql): complete editable grid and DDL parity#6
openai0229 merged 4 commits into
mainfrom
feat/mysql-editable-ddl

Conversation

@openai0229

@openai0229 openai0229 commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add structured native MySQL result-grid SQL plus database, table, and view DDL builders
  • expose historical Web and desktop dispatch routes for editable metadata, row CRUD, copy/count helpers, and object lifecycle operations
  • add a real MySQL 8.4 product test that keeps Java dormant, plus MySQL CI coverage

Verification

  • cargo fmt --all --check
  • cargo clippy --workspace --all-targets --all-features --locked -- -D warnings
  • cargo test --workspace --locked (580 passed, 3 ignored)
  • cargo test -p chat2db-desktop --locked (24 passed)
  • cargo check -p chat2db-desktop --all-targets --features custom-protocol --locked
  • make native-mysql-integration (all three real-MySQL tests passed)
  • actionlint .github/workflows/ci.yml
  • git diff --check

The existing local Docker MySQL 8.4.8 service was used. UUID fixture databases were removed after every run. The macOS Package workflow was not triggered or changed.

Closes #5

@openai0229
openai0229 merged commit e2dc86a into main Jul 29, 2026
10 checks passed
@openai0229
openai0229 deleted the feat/mysql-editable-ddl branch July 29, 2026 15:28
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 editable grid and DDL parity

1 participant