Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly split SQL script; fixes #47 #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

hrk
Copy link

@hrk hrk commented Aug 29, 2014

This adds support for single quote string delimiters (as is the default with SQLite's own .dump command) and for escaped delimiters inside strings.

This adds support for single quote string delimiters (as is the default with SQLite's own .dump command) and for escaped delimiters inside strings.
@hrk
Copy link
Author

hrk commented Aug 29, 2014

Note: this will break with an input such as:

INSERT INTO t1(c1) VALUES("Unlikely, but you never know what you find in the wild\\");

This adds support for input such as

    INSERT INTO t1(c1) VALUES("Unlikely, but you never know what you find in the wild\\");
ranaparamveer pushed a commit to ranaparamveer/android-sqlite-asset-helper that referenced this pull request Jun 26, 2018
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