TGRCDev

Results 5 issues of TGRCDev

This pull request changes how arguments are bound for queries, allowing for Variant types like PoolByteArrays to be bound to BLOB-type columns. It also adds the ability to retrieve BLOB...

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,...

This commit adds the ability to build for Android platforms. For Android builds, a few new Scons options have been added: - `android_arch` (Valid options: `armv7, arm64v8, x86, x86_64`) -...

This pull request changes the behavior of `SQLite.open(path)`. When `path` points to a database file under `res://`, it implicitly opens it using Godot's `File` class, allowing the use of packed...

This PR adds a section to the README for building the library from source. I am not sure if the instructions are accurate for today's Mac computers (the only one...