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

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

From
jurka@svr1.postgresql.org (Kris Jurka)
Date:
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)