pgsql/src/interfaces/jdbc/org/postgresql/core ... - Mailing list pgsql-committers

From davec@postgresql.org (Dave Cramer)
Subject pgsql/src/interfaces/jdbc/org/postgresql/core ...
Date
Msg-id 20020321032031.839E9475A87@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    davec@postgresql.org    02/03/20 22:20:30

Modified files:
    src/interfaces/jdbc/org/postgresql/core: QueryExecutor.java
Added files:
    src/interfaces/jdbc/org/postgresql/core: QueryExecutor2.java

Log message:
    Two versions of QueryExecutor, currently only version 2 works 100%
    these versions adhere to the backend protocol better than previous version
    fixes problem when an error occurs on the backend, and the connection is still used
    previous versions were throwing an exception half way through the protocol, leaving it
    indeterminate.
    also removes empty query code, should speed things up a bit


pgsql-committers by date:

Previous
From: davec@postgresql.org (Dave Cramer)
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql/fastp ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/bin/pg_dump pg_dump.c