TGRCDev

Results 26 comments of TGRCDev

OSX is not supported yet (#22), but I can confirm that the current build works on Windows 10 64-bit and Ubuntu 18.04. If your server is on Linux, the plugin...

I was not able to reproduce this issue on my end. ![image](https://user-images.githubusercontent.com/4079184/78614210-cfdfe700-7822-11ea-8c84-b420a1349bb2.png) 1. By "silently fail", is the query failing, or is succeeding but the result is not saved in...

1. Are you opening a database under `res://`? 2. Are you using a release from this repository? If so, I have a [nightly build](https://github.com/TGRCdev/gdsqlite-native/releases) containing some improvements over the latest...

Writing to the database file can be slow. Try opening a [TRANSACTION](https://www.sqlite.org/lang_transaction.html) or [SAVEPOINT](https://www.sqlite.org/lang_savepoint.html) before doing lots of database modifications, then committing the transaction when you want to write to...

Khairul is still active on Github, but I haven't seen activity from them in the gdsqlite-native repository in a while. I may ask to take over as the maintainer of...

@fire Sure, I'd be glad to help maintain it. The repo should only contain the engine module, though. Most people who'd use an engine module would already have Godot's source...