Applied patch from Paul Sorenson to correctly handle schema names in updateable result sets.
Barry Lind <barry@xythos.com>
Applied patch from Paul Sorenson to correctly handle schema names in updateable result sets. Applied patch from Rich Cullingford to fix a NPE in the absolute() method of result set. Applied patch from Tarjei Skorgenes to fix a NPE when logging is enabled. Modified Files: jdbc/org/postgresql/core/BaseResultSet.java jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java jdbc/org/postgresql/jdbc2/Array.java jdbc/org/postgresql/util/PSQLException.java
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/core/BaseResultSet.java | modified | +6 −1 |
| src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java | modified | +44 −16 |
| src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java | modified | +59 −14 |
| src/interfaces/jdbc/org/postgresql/util/PSQLException.java | modified | +2 −2 |