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

From: davec(at)postgresql(dot)org (Dave Cramer)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql Drive ...
Date: 2002-03-16 02:15:24
Message-ID: 20020316021524.5DD3B476CAA@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/15 21:15:23

Modified files:
src/interfaces/jdbc/org/postgresql: Driver.java.in
src/interfaces/jdbc/org/postgresql/core: QueryExecutor.java

Log message:
fixed QueryExecuter to deal with multiple errors
previously it was throwing a SQLException as soon as the error message was
received from the backend. This did not allow the protocol to finish properly
now, simply collects error messages from the backend until the query is done
and throws exception at the end
Also added setLogLevel to Driver.java, and made the log levels public

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-03-16 22:47:15 pgsql/src/backend/utils/adt arrayfuncs.c
Previous Message Thomas Lockhart 2002-03-15 23:37:48 pgsql/src/backend/utils/adt Tag: REL7_2_STABLE ...