dbx/src-tauri
t8y2 6c0db6f517 feat: add "Copy as SQL ALTER" to DataGrid column header context menu
Right-click a column header in the data grid to copy the ALTER TABLE
statement for that column, making it easy to replicate column definitions
across databases. Supports all major dialects (MySQL, Postgres, SQL Server,
Oracle, ClickHouse, SQLite, DuckDB, H2).

Closes #516
2026-05-29 15:09:10 +08:00
..
capabilities feat(desktop): add global UI zoom settings and shortcuts 2026-05-28 17:43:06 +08:00
icons fix(windows): refresh app and tray icons 2026-05-29 01:34:58 +08:00
src feat: add "Copy as SQL ALTER" to DataGrid column header context menu 2026-05-29 15:09:10 +08:00
windows/nsis fix: preserve Windows data during upgrades 2026-05-25 16:52:43 +08:00
.gitignore fix: skip macOS framework lookup in dev mode via build.rs 2026-05-07 22:21:13 +08:00
Cargo.lock chore: bump version to 0.4.2 2026-05-06 20:24:13 +08:00
Cargo.toml chore(release): v0.5.24 2026-05-29 02:03:18 +08:00
Entitlements.plist fix: support DuckDB extensions in macOS builds 2026-05-27 10:43:20 +08:00
build.rs fix: add font runtime deps to docker image 2026-05-26 21:42:02 +08:00
tauri.conf.json chore(release): v0.5.24 2026-05-29 02:03:18 +08:00