aae47125cd67db8f9018199c09de394017a11ce4
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>
Description
DB Client application
175 KiB
Languages
Python
100%