From: | barry(at)postgresql(dot)org (Barry Lind) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/interfaces/jdbc/org/postgresql Conne ... |
Date: | 2002-03-26 05:52:50 |
Message-ID: | 20020326055250.EA815475425@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: barry(at)postgresql(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2002-03-26 06:33:22 | pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ... |
Previous Message | Bruce Momjian - CVS | 2002-03-26 05:34:38 | pgsql/src/tools Tag: REL7_2_STABLE RELEASE_CHANGES |