Some fixes and framework docs

This commit is contained in:
Yorhel 2025-02-23 14:05:43 +01:00
parent b2d676b1ed
commit 18e642290d
7 changed files with 313 additions and 17 deletions

View file

@ -63,6 +63,7 @@ static SV *fupg_exec(pTHX_ fupg_conn *c, const char *sql) {
fupg_st *st = safecalloc(1, sizeof(*st));
st->conn = c;
SvREFCNT_inc(c->self);
st->cookie = c->cookie;
st->query = savepv(sql);
st->stflags = c->stflags;
st->result = r;