dbx/src-tauri
yavon007 8013a19e50 fix: separate key columns from included in PG index, add varbinary(max) for SQL Server
PostgreSQL list_indexes was returning all_cols (key + included) in IndexInfo.columns,
causing DDL and UI duplication. Now only key columns are returned in columns, with
included columns correctly split via indnkeyatts.

SQL Server varbinary now handles Some(-1) to display varbinary(max).
2026-05-03 21:03:49 +08:00
..
capabilities feat: add tauri-plugin-shell and update permissions for shell access 2026-04-29 22:25:28 +08:00
icons feat: initial release 2026-04-29 18:09:23 +08:00
src fix: separate key columns from included in PG index, add varbinary(max) for SQL Server 2026-05-03 21:03:49 +08:00
.gitignore feat: initial release 2026-04-29 18:09:23 +08:00
Cargo.lock chore: bump version to 0.3.9 2026-05-03 15:13:48 +08:00
Cargo.toml chore: bump version to 0.3.9 2026-05-03 15:13:48 +08:00
build.rs feat: initial release 2026-04-29 18:09:23 +08:00
tauri.conf.json fix: correct product name casing in tauri configuration 2026-05-03 18:52:05 +08:00