Large Object exceptions - Mailing list pgsql-jdbc

From Mark "Lillywhite (pg-jdbc)
Subject Large Object exceptions
Date
Msg-id 1003385925.12544.75.camel@spiffy.vpn.plasticsoftware.com.au
Whole thread Raw
List pgsql-jdbc
JDBCsters,

Just was looking at the code for BLOBs (setInputStream, etc) and noticed
that while they appear to be supported, but that the exception it throws
when an IOException occurs is misleading. This message says that
"InputStream as parameter not supported", but in fact it should at best
give the name of the exception that actually occurred, and at worst
indicate that it's some problem other than an unsupported problem.

I think the error message itself is redundant and probably needs
changing, but I'm not hacking the code atm, just browsing.

Now to work out where my IOException is coming from...

Regards
Mark


pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: Re: [PATCHES] Ant configuration
Next
From: Kovács Péter
Date:
Subject: Re: JDBC 2 ResultSet and cursors