Skip to content

v0.0.3#4

Merged
dominosaurs merged 5 commits into
mainfrom
patch
Apr 28, 2026
Merged

v0.0.3#4
dominosaurs merged 5 commits into
mainfrom
patch

Conversation

@dominosaurs
Copy link
Copy Markdown
Owner

@dominosaurs dominosaurs commented Apr 28, 2026

commit messages explains everything.

Removes the logic that split multi-row INSERT statements into separate statements.
This logic was intended to handle cases where semicolons might appear within quoted strings, but it incorrectly split valid multi-row inserts.

The tests have been updated to reflect the expected behavior of preserving multi-row inserts as single statements, even when they contain semicolons within quoted values.
Introduces a new section to showcase an example of converting MariaDB/MySQL dump SQL to SQLite SQL.

This section visually demonstrates the converter's capability by displaying side-by-side code snippets of the input and output SQL. The styling for this new section has also been added to ensure proper presentation.
Updates the README to provide a more comprehensive explanation of the SQL Converter's purpose, features, and limitations.

- Enhances the "Why This Exists" section to better articulate the need for the tool.
- Clarifies privacy aspects, emphasizing local execution and data security.
- Updates browser requirements and usage instructions.
- Provides a clearer example of input and output SQL.
- Expands the "Supported Conversion Scope" and "Known Limits" sections for better user understanding.
- Restructures local development, import, and reporting issue sections.
Detects if the browser supports the File System Access API, which is required for streaming large files directly to disk.

If the browser is not supported, the UI is updated to reflect this limitation. The file drop area and convert button are disabled, and the status message is updated to inform the user.

This prevents users from attempting conversions that are known to fail in their current browser, improving the user experience and preventing errors.
@dominosaurs dominosaurs merged commit af6af31 into main Apr 28, 2026
1 check passed
@dominosaurs dominosaurs deleted the patch branch April 28, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant