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)
commit571c6a238187f440013a2702aed316924e5564e1
tree9a24999c6433722c5d276a2cd159a9f3c82040dc
parent8865012cc36e5d07e06ad526b24c9f077eff8900
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/fastpath/Fastpath.java
src/interfaces/jdbc/org/postgresql/jdbc2/Connection.java