Diff for /parser3/src/sql/pgsql/Attic/parser3pgsql.C between versions 1.11 and 1.14

version 1.11, 2001/08/01 09:53:00 version 1.14, 2001/09/05 09:22:45
Line 96  public: Line 96  public:
                 *(PGconn **)connection=conn;                  *(PGconn **)connection=conn;
                 begin_transaction(services, conn);                  begin_transaction(services, conn);
         }          }
         void disconnect(SQL_Driver_services&, void *connection) {          void disconnect(void *connection) {
             PQfinish((PGconn *)connection);              PQfinish((PGconn *)connection);
         }          }
         void commit(SQL_Driver_services& services, void *connection) {          void commit(SQL_Driver_services& services, void *connection) {
Line 423  private: // conn client library funcs li Line 423  private: // conn client library funcs li
   
 };  };
   
 extern "C" SQL_Driver *create() {  extern "C" SQL_Driver *SQL_DRIVER_CREATE() {
         return new PgSQL_Driver();          return new PgSQL_Driver();
 }  }
   

Removed from v.1.11  
changed lines
  Added in v.1.14


E-mail: