android-sqlite-asset-helper
android-sqlite-asset-helper copied to clipboard
Properly split SQL script; fixes #47
This adds support for single quote string delimiters (as is the default with SQLite's own .dump command) and for escaped delimiters inside strings.
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\\");