dbx/tests
t8y2 aefb6bf0ef fix: prevent SELECT with REPLACE/TRUNCATE functions from triggering danger warning
The DANGER_RE regex matched keywords anywhere in the SQL text, causing
SELECT queries using REPLACE() or TRUNCATE() functions to incorrectly
trigger the destructive-SQL warning dialog. Check only the first keyword
of each semicolon-separated statement instead.

Also fix dialog content overflow by adding min-w-0 to the <pre> element,
and move macOS frameworks config from tauri.conf.json to CI-only
TAURI_CONFIG so local `tauri dev` no longer requires libltdl/libodbc
to be globally installed.

Closes #135
2026-05-07 19:07:41 +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
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
databaseSearch.test.ts feat: add database-wide search 2026-05-04 12:01:19 +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 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
sidebarLayout.test.ts feat: add connection group management and sidebar layout persistence 2026-05-04 13:52:42 +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
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 feat: improve connection and table tree UX 2026-05-04 11:49:28 +08:00
useSqlExecution.test.ts fix: prevent SELECT with REPLACE/TRUNCATE functions from triggering danger warning 2026-05-07 19:07:41 +08:00