pgsql-server: Don't throw an Exception in locatorsUpdateCopy() even

From: jurka(at)svr1(dot)postgresql(dot)org (Kris Jurka)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Don't throw an Exception in locatorsUpdateCopy() even
Date: 2004-06-16 18:28:54
Message-ID: 20040616182854.7AB89D1B7CC@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't throw an Exception in locatorsUpdateCopy() even though the
ability to update LOBs is unimplemented. The 1.5 JDK's CachedRowSet
implementation calls this method regardless of whether large objects
are used or not.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc3:
AbstractJdbc3DatabaseMetaData.java (r1.5 -> r1.5.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc3/AbstractJdbc3DatabaseMetaData.java.diff?r1=1.5&r2=1.5.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2004-06-16 19:11:57 plperlng - plperlng: Imported Sources
Previous Message User Wieck 2004-06-16 15:28:23 tpc-w-php - tpcw-benchmark: First load of the entire suite onto