dbx/.github/workflows
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
..
ci.yml feat: add DM (Dameng) database support via ODBC 2026-05-07 01:02:56 +08:00
docs.yml docs: migrate from VitePress to Fumadocs (Next.js) 2026-05-06 10:17:17 +08:00
publish-packages.yml ci: optimize release workflow pipeline 2026-05-05 18:22:12 +08:00
release.yml fix: prevent SELECT with REPLACE/TRUNCATE functions from triggering danger warning 2026-05-07 19:07:41 +08:00