From d6eda5945020d277d54c4b52cb6ffa6784393807 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 1 Jun 1999 02:43:37 +0000 Subject: [PATCH] forgot to attach the patch. :( Vince. --- src/interfaces/libpq++/pgcursordb.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/interfaces/libpq++/pgcursordb.cc b/src/interfaces/libpq++/pgcursordb.cc index 1546afdc26..7a3ae9a061 100644 --- a/src/interfaces/libpq++/pgcursordb.cc +++ b/src/interfaces/libpq++/pgcursordb.cc @@ -31,9 +31,9 @@ PgCursor::PgCursor(const char* conninfo, const char* cursor) // Do not make a connection to the backend -- just query // Connection should not be closed after the object destructs since some // other object is using the connection -PgCursor::PgCursor(const PgConnection& conn, const char* cursor) - : PgTransaction(conn), pgCursor(cursor) -{} +//PgCursor::PgCursor(const PgConnection& conn, const char* cursor) +// : PgTransaction(conn), pgCursor(cursor) +//{} // Destructor: End the transaction block PgCursor::~PgCursor() -- 2.39.5