Applied patch from Paul Sorenson to correctly handle schema names in updateable resul...
authorBarry Lind <barry@xythos.com>
Sat, 8 Mar 2003 06:06:55 +0000 (06:06 +0000)
committerBarry Lind <barry@xythos.com>
Sat, 8 Mar 2003 06:06:55 +0000 (06:06 +0000)
commit05a966fca4a828413da9d3a9d9492d111e176780
tree27d001bc82ccccda6ec32d29ad6639ba854bbfde
parentf93672e2c907bf19f861fcfb4ffb7f4cb37a77c2
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
src/interfaces/jdbc/org/postgresql/core/BaseResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java
src/interfaces/jdbc/org/postgresql/util/PSQLException.java