2shady4u / godot-sqlite

GDExtension wrapper for SQLite (Godot 4.x+)
MIT License
850 stars 76 forks source link

Double precision support #178

Closed Eerrikki closed 1 month ago

Eerrikki commented 1 month ago

Is your feature request related to a problem? Please describe. Yes, as mentioned in this thread:

Describe the solution you'd like Please make SQLite work with double precision builds

2shady4u commented 1 month ago

Hello @Eerrikki

I've exported the plugin with the double precision flag. You can download the binaries here: https://github.com/2shady4u/godot-sqlite/actions/runs/9650936482/artifacts/1633116555

(Actions here: https://github.com/2shady4u/godot-sqlite/actions/runs/9650936482)

You'll have to go into your local addons/gdsqlite/gdsqlite.gdextension-file and edit the paths of the debug and release Windows binary in that file.

Please tell me if that works or not. And if not, please tell me (in enough detail) what you did 😄

Eerrikki commented 1 month ago

@2shady4u Thank you sooo much!! Your binary wizardry has brought joy!! Thank you for sprinkling that extra precision dust and making this work :D

May your bugs be few and your codebase forever flourish!