pg: Statement execution + better error reporting

This commit is contained in:
Yorhel 2025-02-06 09:05:05 +01:00
parent 922f19e39b
commit 711300b227
6 changed files with 124 additions and 26 deletions

4
FU.xs
View file

@ -103,6 +103,10 @@ void columns(fupg_st *st)
CODE:
ST(0) = fupg_st_columns(aTHX_ st);
void exec(fupg_st *st)
CODE:
ST(0) = fupg_st_exec(aTHX_ st);
void DESTROY(fupg_st *st)
CODE:
fupg_st_destroy(st);