pgsql/src/interfaces/jdbc/org/postgresql/core ...

From: davec(at)postgresql(dot)org (Dave Cramer)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql/core ...
Date: 2002-03-21 03:20:31
Message-ID: 20020321032031.839E9475A87@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: davec(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-03-21 05:47:16 pgsql/src/bin/pg_dump pg_dump.c
Previous Message Dave Cramer 2002-03-21 02:52:38 pgsql/src/interfaces/jdbc/org/postgresql/fastp ...