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

Started by Nonameabout 22 years ago1 messagescomitters
Jump to latest
#1Noname
jurka@svr1.postgresql.org

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)