]> granicus.if.org Git - postgresql/commit
Changed QueryExecutor.java to correctly read responses from the backend.
authorBarry Lind <barry@xythos.com>
Tue, 26 Mar 2002 05:52:50 +0000 (05:52 +0000)
committerBarry Lind <barry@xythos.com>
Tue, 26 Mar 2002 05:52:50 +0000 (05:52 +0000)
commitef7d7910745cf2812007668138eaaf0a8e1d8d99
treef0be070ad378a33dc9b9ba208795f7597e6ec687
parentaf3c380158334f08fc1ab015ac4157a663412faf
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
src/interfaces/jdbc/org/postgresql/Connection.java
src/interfaces/jdbc/org/postgresql/Driver.java.in
src/interfaces/jdbc/org/postgresql/core/QueryExecutor.java
src/interfaces/jdbc/org/postgresql/core/QueryExecutor2.java [deleted file]
src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java
src/interfaces/jdbc/org/postgresql/jdbc2/Connection.java