Patches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not automatically delete cursors
Dave Cramer <davec@fastcrypt.com>
Patches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not automatically delete cursors
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/core/BaseConnection.java | modified | +2 −2 |
| src/interfaces/jdbc/org/postgresql/core/BaseStatement.java | modified | +3 −3 |
| src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java | modified | +2 −3 |
| src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java | modified | +46 −25 |
| src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java | modified | +250 −187 |
| src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java | modified | +1 −15 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/CursorFetchTest.java | modified | +112 −0 |