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

From davec@postgresql.org (Dave Cramer)
Subject pgsql/src/interfaces/jdbc/org/postgresql Drive ...
Date
Msg-id 20020316021524.5DD3B476CAA@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    davec@postgresql.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


pgsql-committers by date:

Previous
From: thomas@postgresql.org (Thomas Lockhart)
Date:
Subject: pgsql/src/backend/utils/adt Tag: REL7_2_STABLE ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/utils/adt arrayfuncs.c