1. 04 Nov, 2002 1 commit
    • Barry Lind's avatar
      Applied two patches from Kris Jurka. · fdf6b4ff
      Barry Lind authored
        - 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
      fdf6b4ff
  2. 03 Nov, 2002 6 commits
  3. 02 Nov, 2002 16 commits
  4. 01 Nov, 2002 15 commits
  5. 31 Oct, 2002 2 commits