fix: stabilize runtime follow-up regressions

This commit is contained in:
udo
2026-06-11 23:03:07 +00:00
parent 7f757654b6
commit 20db669589
37 changed files with 906 additions and 144 deletions
+4
View File
@@ -17,6 +17,10 @@ struct SQLite {
DTree query(String q);
DTree query(String q, const StringMap& params);
// Unregisters from the request's connection tracking, so stack-allocated
// instances cannot leave dangling pointers behind for request cleanup.
~SQLite() { disconnect(); }
private:
void set_error(s32 code, String info = "");
bool apply_default_pragmas();