dbx/tests
yavon007 a59494e4c4 fix: guard index column splits, restrict INCLUDE/WHERE by db, unify index type dropdowns
- Filter empty strings from STRING_AGG/LISTAGG splits in SQL Server, Oracle, MySQL
- Emit INCLUDE clause only for PostgreSQL and SQL Server (not MySQL/SQLite)
- Emit WHERE clause only for PostgreSQL, SQL Server, SQLite (not MySQL)
- Replace index type free-text input with dropdown for all 5 database types
- Fix hardcoded column count in resize handle (use indexColLabels.length - 1)
- Fix pg_get_indexdef type mismatch: cast k.n from bigint to integer
2026-05-03 20:33:09 +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 fix: guard index column splits, restrict INCLUDE/WHERE by db, unify index type dropdowns 2026-05-03 20:33:09 +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