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

From barry@postgresql.org (Barry Lind)
Subject pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Date
Msg-id 20020326055250.EA815475425@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    barry@postgresql.org    02/03/26 00:52:50

Modified files:
    src/interfaces/jdbc/org/postgresql: Connection.java
                                        Driver.java.in
    src/interfaces/jdbc/org/postgresql/core: QueryExecutor.java
    src/interfaces/jdbc/org/postgresql/fastpath: Fastpath.java
    src/interfaces/jdbc/org/postgresql/jdbc2: Connection.java
Removed files:
    src/interfaces/jdbc/org/postgresql/core: QueryExecutor2.java

Log message:
    Changed QueryExecutor.java to correctly read responses from the backend.
    Fixed NPE when database name was not passed on the jdbc connection URL
    Fixed Connection.isClosed() to not hit the DB for every call


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/tools Tag: REL7_2_STABLE RELEASE_CHANGES
Next
From: barry@postgresql.org (Barry Lind)
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...