2shady4u / godot-sqlite

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

get SQL error: out of memory when inserting data #160

Closed theBSH closed 7 months ago

theBSH commented 7 months ago

OS:windows Godot version: 4.2 godot-sqlite_ version: 4.2

Issue description: when using insert_row() i get this error : SQL error: out of memory . note that im not using any memory in my project its super minimal test project

I'm also using the code as autoload

my code: Screenshot 2023-12-16 195246

theBSH commented 7 months ago

found it : you have to add open_db()