Skip to content

Fixes multi-row insert splitting logic#2

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

Fixes multi-row insert splitting logic#2
dominosaurs merged 4 commits into
mainfrom
patch

Conversation

@dominosaurs
Copy link
Copy Markdown
Owner

Ensures that multi-row INSERT statements are correctly split into individual statements, even when apostrophe escaping is used within values and the statement contains a large number of rows.

This addresses an issue where the converter might incorrectly split or merge statements due to complex escaping sequences.

Adds a dedicated tsconfig file for test files.

This configuration is optimized for testing environments, enabling faster builds and improved type checking for test code.
Removes several unused `@types` packages from the lockfile and package.json.
Also removes the `test` script from `package.json` as it's no longer needed.
Ensures that multi-row INSERT statements are correctly split into individual statements, even when apostrophe escaping is used within values and the statement contains a large number of rows.

This addresses an issue where the converter might incorrectly split or merge statements due to complex escaping sequences.
Updates the Bun types package to version 1.3.13.
This change ensures that the project is using the latest definitions for Bun, which can help improve type safety and catch potential issues during development.
@dominosaurs dominosaurs merged commit a8af37e into main Apr 28, 2026
1 check passed
@dominosaurs dominosaurs deleted the patch branch April 28, 2026 08:12
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