dbx/src-tauri
yavon007 4e1b35186b feat: add index type, included columns, filter, and comment support
- Add filter, index_type, included_columns, and comment fields to IndexInfo
- PostgreSQL: query pg_am for index type, use indnkeyatts to split key/included columns, retrieve index comments via obj_description()
- SQL Server: add type_desc, filter_definition, included columns via is_included_column
- MySQL: add INDEX_TYPE from information_schema.STATISTICS
- Oracle: add INDEX_TYPE from ALL_INDEXES
- DDL generation: add USING (PostgreSQL), type prefix + INCLUDE + WHERE (SQL Server), COMMENT ON INDEX (PostgreSQL)
- Frontend: update types, state mapping, SQL generation, and i18n translations
2026-05-03 20:10:35 +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 feat: add index type, included columns, filter, and comment support 2026-05-03 20:10:35 +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 chore: bump version to 0.3.9 2026-05-03 15:13:48 +08:00