gdsqlite-native
gdsqlite-native copied to clipboard
Added a convenience function for long lists of SQL
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