nngoandClaude Sonnet 4.6 aae47125cd feat: add SQL dump import support to ImportDialog
Extends ImportDialog to handle .sql dump files alongside CSV/JSON.
Adds _SqlImportWorker that splits SQL with sqlparse (semicolon fallback),
executes each statement via driver.execute_query(), and collects non-fatal
errors. UI shows a text preview of the dump, statement count, a
stop-on-error checkbox, and a final summary with any per-statement errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 09:20:13 -04:00
2026-05-21 15:46:41 -04:00
2026-05-21 15:46:41 -04:00
S
Description
DB Client application
175 KiB
Languages
Python 100%