patch for rs.previous and test case as well as patch for allowing server and port to be specified in test cases
Dave Cramer <davec@fastcrypt.com>
patch for rs.previous and test case as well as patch for allowing server and port to be specified in test cases
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/build.xml | modified | +6 −2 |
| src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java | modified | +2 −1 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/optional/ConnectionPoolTest.java | modified | +4 −11 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/optional/PoolingDataSourceTest.java | modified | +4 −11 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/optional/SimpleDataSourceTest.java | modified | +4 −11 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/ResultSetTest.java | modified | +10 −0 |
| src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3ConnectionPoolTest.java | modified | +4 −11 |
| src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3PoolingDataSourceTest.java | modified | +4 −10 |
| src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3SimpleDataSourceTest.java | modified | +4 −11 |