pg: Statement execution + better error reporting
This commit is contained in:
parent
922f19e39b
commit
711300b227
6 changed files with 124 additions and 26 deletions
|
|
@ -41,6 +41,7 @@ typedef enum { PQSHOW_CONTEXT_NEVER, PQSHOW_CONTEXT_ERRORS, PQSHOW_CONTEXT_ALWAY
|
|||
X(PQdescribePrepared, PGresult *, PGconn *, const char *) \
|
||||
X(PQerrorMessage, char *, const PGconn *) \
|
||||
X(PQexec, PGresult *, PGconn *, const char *) \
|
||||
X(PQexecPrepared, PGresult *, PGconn *, const char *, int, const char * const *, const int *, const int *, int) \
|
||||
X(PQfinish, void, PGconn *) \
|
||||
X(PQfmod, int, const PGresult *, int) \
|
||||
X(PQfname, char *, const PGresult *, int) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue