dbx/tests
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
..
configCrypto.test.ts feat: add configuration export/import with passphrase encryption 2026-05-03 12:46:49 +08:00
dataGridSql.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
databaseExport.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
diagramSvgExport.test.ts add database relationship diagrams 2026-05-02 13:09:53 +08:00
diagramZoom.test.ts add database relationship diagrams 2026-05-02 13:09:53 +08:00
engineeringDiagram.test.ts add database relationship diagrams 2026-05-02 13:09:53 +08:00
erDiagram.test.ts add database relationship diagrams 2026-05-02 13:09:53 +08:00
explainPlan.test.ts feat: add explain plan viewer 2026-05-02 21:00:53 +08:00
fieldLineage.test.ts feat: add field lineage viewer 2026-05-03 05:39:05 +08:00
gridRowStatus.test.ts refine grid row change indicators 2026-05-02 17:03:54 +08:00
gridSelection.test.ts Add grid cell selection and details 2026-05-01 09:40:18 +08:00
historyActions.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
keyboardShortcuts.test.ts fix: stabilize sql execution shortcuts (#29) 2026-04-30 17:12:54 +08:00
markdownTable.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
pinnedItems.test.ts Add query cancellation controls (#41) 2026-05-01 00:05:15 +08:00
queryExecutionState.test.ts Add query cancellation controls (#41) 2026-05-01 00:05:15 +08:00
sqlCompletion.test.ts feat: enhance SQL completion suggestions for JOINs and comma-separated tables 2026-05-03 00:00:23 +08:00
sqlExecutionTarget.test.ts Add query cancellation controls (#41) 2026-05-01 00:05:15 +08:00
sqlFormatter.test.ts Add query cancellation controls (#41) 2026-05-01 00:05:15 +08:00
tabCloseActions.test.ts Add query cancellation controls (#41) 2026-05-01 00:05:15 +08:00
tableImport.test.ts feat: import table data from files 2026-05-02 19:04:41 +08:00
tableSelectSql.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
tableStructureEditorSql.test.ts feat: add index type, included columns, filter, and comment support 2026-05-03 20:10:35 +08:00
tableStructureEditorState.test.ts feat: add index type, included columns, filter, and comment support 2026-05-03 20:10:35 +08:00
tauriRuntime.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
transferProgressState.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00