pgsql-server/src/interfaces/jdbc/org/postgresq ...

From: barry(at)postgresql(dot)org (Barry Lind)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/interfaces/jdbc/org/postgresq ...
Date: 2002-11-04 06:42:33
Message-ID: 20021104064233.2BCDE47590C@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: barry(at)postgresql(dot)org 02/11/04 01:42:33

Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1:
AbstractJdbc1DatabaseMetaData.java
src/interfaces/jdbc/org/postgresql/jdbc2:
AbstractJdbc2ResultSet.java

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message postmaster 2002-11-04 06:45:10 VIRUS IN YOUR MAIL (W32/Klez.h@MM)
Previous Message Tom Lane 2002-11-04 02:42:43 Re: pgsql-server/src/backend/commands cluster.c