Large Object exceptions

From: Mark "Lillywhite (pg-jdbc)" <mark-jdbc(at)inomial(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Large Object exceptions
Date: 2001-10-18 06:18:45
Message-ID: 1003385925.12544.75.camel@spiffy.vpn.plasticsoftware.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kovács Péter 2001-10-18 08:15:37 Re: JDBC 2 ResultSet and cursors
Previous Message Barry Lind 2001-10-18 02:37:27 Re: [PATCHES] Ant configuration