android-sqlite-asset-helper icon indicating copy to clipboard operation
android-sqlite-asset-helper copied to clipboard

Properly split SQL script; fixes #47

Open hrk opened this issue 11 years ago • 1 comments

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 avatar Aug 29 '14 12:08 hrk

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\\");

hrk avatar Aug 29 '14 12:08 hrk