Applied two patches from Kris Jurka.

Barry Lind <barry@xythos.com>

Commit: fdf6b4ff936167388fc18276cbcf88c54dd0d3b7
Author: Barry Lind <barry@xythos.com>
Date: 2002-11-04T06:42:33Z
Releases: 7.3.1
Applied two patches from Kris Jurka.
  - First fixes a problem with a recent patch allowing setNull on updateable
    resultsets
  - Second removed toLower() calls on database object names.  Leave it to
    the caller to correctly pass lower, upper or mixed case.  The driver
    already has methods that the caller can use to determine that postgres
    stores identifiers in lowercase. (unless the identifier was quoted when
    created).

 Modified Files:
 	jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
 	jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java

Files