Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dbrestore of sqlite database to like newlines
On Textfields that have line breaks, sqlite reports "unrecognized token" because it doesn't keep the previous line in memory to be ammended by the current line. This pull requests implements a very simple logic to only send SQL INSERT commands when the line finished with ");". Close jazzband#238
- Loading branch information