projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bfdea9
)
Oops, missed this commit
author
Dave Page
<dpage@pgadmin.org>
Fri, 12 Aug 2005 09:19:42 +0000
(09:19 +0000)
committer
Dave Page
<dpage@pgadmin.org>
Fri, 12 Aug 2005 09:19:42 +0000
(09:19 +0000)
libpqconnection.h
patch
|
blob
|
blame
|
history
diff --git
a/libpqconnection.h
b/libpqconnection.h
index 55fdae21a36c7aa4b8841ce1aed567647f7014db..41aab9200d4ec32c2018860474f03e89f13ad804 100644
(file)
--- a/
libpqconnection.h
+++ b/
libpqconnection.h
@@
-407,7
+407,7
@@
PGconn *LIBPQ_Constructor();
void LIBPQ_Destructor(PGconn *pgconn);
int LIBPQ_connect(ConnectionClass *self);
QResultClass *LIBPQ_execute_query(ConnectionClass *self,char *query);
-QResultClass *CC_mapping(PGresult *pgres,QResultClass *qres);
+QResultClass *CC_mapping(
ConnectionClass *self,
PGresult *pgres,QResultClass *qres);
/* CC_send_query options */
#define CLEAR_RESULT_ON_ABORT 1L
#define CREATE_KEYSET (1L << 1) /* create keyset for updatable curosrs */