..
aiSqlExecutionPolicy.test.ts
feat(ai): add guarded SQL auto execution
2026-05-11 02:27:56 +08:00
apiBackendContract.test.ts
test: add backend API contract coverage
2026-05-10 22:34:37 +08:00
configCrypto.test.ts
feat: add configuration export/import with passphrase encryption
2026-05-03 12:46:49 +08:00
connectionPresentation.test.ts
feat: improve connection and table tree UX
2026-05-04 11:49:28 +08:00
connectionUrl.test.ts
feat(data): support connection URLs and XLSX export
2026-05-09 23:11:15 +08:00
dataCompare.test.ts
feat(diff): add data compare and schema sync coverage
2026-05-09 23:44:49 +08:00
dataGridSql.test.ts
test: 接入前端测试脚本
2026-05-10 22:32:01 +08:00
databaseExport.test.ts
fix: address lineage review feedback
2026-05-03 06:02:39 +08:00
databaseSearch.test.ts
feat: add database-wide search
2026-05-04 12:01:19 +08:00
databaseTree.test.ts
fix(sidebar): 修复默认库过滤数据库树 ( #175 )
2026-05-09 14:42:24 +08:00
defaultDatabase.test.ts
feat(connection): 支持设置默认数据库
2026-05-07 16:49:56 +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
feat(grid): add clipboard shortcuts
2026-05-10 10:22:17 +08:00
historyActions.test.ts
fix: address lineage review feedback
2026-05-03 06:02:39 +08:00
keyboardShortcuts.test.ts
…
markdownTable.test.ts
fix: address lineage review feedback
2026-05-03 06:02:39 +08:00
objectSourceEditor.test.ts
fix(objects): save SQL Server object source definitions
2026-05-11 12:17:18 +08:00
openTabsPersistence.test.ts
test: 接入前端测试脚本
2026-05-10 22:32:01 +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
queryResultSort.test.ts
fix(query): 修复查询结果表头提示与全量排序 ( #164 )
2026-05-08 18:31:09 +08:00
redisKeyTree.test.ts
feat(redis): 修复全库键浏览与二进制展示
2026-05-08 10:06:16 +08:00
schemaDiff.test.ts
feat(diff): add data compare and schema sync coverage
2026-05-09 23:44:49 +08:00
sidebarLayout.test.ts
feat(sidebar): create connections from group menu
2026-05-09 16:27:25 +08:00
sidebarSearch.test.ts
perf(sidebar): 优化侧边栏搜索匹配性能
2026-05-09 17:36:09 +08:00
sidebarTreeItemLayout.test.ts
fix(sidebar): 修复侧边栏树状态显示
2026-05-11 02:16:36 +08:00
sqlCompletion.test.ts
feat: add CROSS APPLY / OUTER APPLY support for SQL Server completion ( #168 )
2026-05-09 12:14:42 +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
sqlServerTree.test.ts
fix(connection): hide system database objects
2026-05-09 19:50:28 +08:00
sqlStatementSplit.test.ts
feat: add execute mode settings and cursor position handling in SQL editor
2026-05-04 21:19:07 +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
treeNodeClick.test.ts
fix(sidebar): require double click to open object browser
2026-05-11 11:03:18 +08:00
useFlatTree.test.ts
perf(sidebar): fix UI lag with 100+ databases ( closes #201 )
2026-05-11 13:08:57 +08:00
useSqlExecution.test.ts
fix: prevent SELECT with REPLACE/TRUNCATE functions from triggering danger warning
2026-05-07 19:07:41 +08:00
xlsxExport.test.ts
feat(data): support connection URLs and XLSX export
2026-05-09 23:11:15 +08:00