8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fea625 commit f282b4fCopy full SHA for f282b4f
src/interfaces/libpq++/pgdatabase.cc
@@ -10,7 +10,7 @@
10
* Copyright (c) 1994, Regents of the University of California
11
*
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgdatabase.cc,v 1.5 1999/09/28 04:49:22 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgdatabase.cc,v 1.6 1999/09/28 12:59:29 momjian Exp $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -63,7 +63,7 @@ return PQntuples(pgResult);
63
64
int PgDatabase::CmdTuples()
65
{
66
-return PQcmdTuples (PGresult);
+return PQcmdTuples (pgResult);
67
}
68
69
0 commit comments