gdsqlite-native icon indicating copy to clipboard operation
gdsqlite-native copied to clipboard

Added a convenience function for long lists of SQL

Open TGRCdev opened this issue 5 years ago • 0 comments

This pull request adds the convenience method query_all, which takes a semicolon-separated string of SQL commands and puts it through sqlite3_exec, completing them in order until all queries are processed, or until an error occurs.

This has been tested on Windows 10 64-bit with Godot 3.1.1 stable release.

Closes #39

TGRCdev avatar Dec 18 '19 14:12 TGRCdev