-
- Downloads
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
Showing
- src/interfaces/jdbc/org/postgresql/Connection.java 2 additions, 7 deletionssrc/interfaces/jdbc/org/postgresql/Connection.java
- src/interfaces/jdbc/org/postgresql/Driver.java.in 1 addition, 1 deletionsrc/interfaces/jdbc/org/postgresql/Driver.java.in
- src/interfaces/jdbc/org/postgresql/core/QueryExecutor.java 190 additions, 203 deletionssrc/interfaces/jdbc/org/postgresql/core/QueryExecutor.java
- src/interfaces/jdbc/org/postgresql/core/QueryExecutor2.java 0 additions, 259 deletionssrc/interfaces/jdbc/org/postgresql/core/QueryExecutor2.java
- src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java 240 additions, 254 deletionssrc/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java
- src/interfaces/jdbc/org/postgresql/jdbc2/Connection.java 261 additions, 281 deletionssrc/interfaces/jdbc/org/postgresql/jdbc2/Connection.java
Loading
Please register or sign in to comment