Changed QueryExecutor.java to correctly read responses from the backend.
Barry Lind <barry@xythos.com>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/Connection.java | modified | +2 −7 |
| src/interfaces/jdbc/org/postgresql/core/QueryExecutor2.java | deleted | +0 −259 |
| src/interfaces/jdbc/org/postgresql/core/QueryExecutor.java | modified | +190 −203 |
| src/interfaces/jdbc/org/postgresql/Driver.java.in | modified | +1 −1 |
| src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java | modified | +240 −254 |
| src/interfaces/jdbc/org/postgresql/jdbc2/Connection.java | modified | +261 −281 |