Some fixes and framework docs
This commit is contained in:
parent
b2d676b1ed
commit
18e642290d
7 changed files with 313 additions and 17 deletions
1
c/pgst.c
1
c/pgst.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue