| From: | Kris Jurka <books(at)ejurka(dot)com> |
|---|---|
| To: | Andrus Adamchik <andrus(at)objectstyle(dot)org> |
| Cc: | pgsql-bugs(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: BUG #1780: JDBC driver "setNull" throws for BLOB and CLOB |
| Date: | 2005-07-22 18:53:47 |
| Message-ID: | Pine.BSO.4.56.0507221350460.3242@leary.csoft.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-jdbc |
On Fri, 22 Jul 2005, Andrus Adamchik wrote:
> Bug reference: 1780
> PostgreSQL version: 8.0.1
> Description: JDBC driver "setNull" throws for BLOB and CLOB columns
> Details:
>
> Whenver I call PreparedStatement.setNull(int, int) on BLOB or CLOB columns,
> an exception below occurs. Driver version: postgresql-8.0-310.jdbc3.jar. But
> looks like latest CVS version has the same problem.
>
>
This has been fixed in CVS for the 8.0 and development drivers, we just
haven't done a release in nearly three months. I'll put out a release
this weekend unless there are any other outstanding fixes I'm unaware of.
Kris Jurka
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kris Jurka | 2005-07-22 19:40:29 | Re: [JDBC] BUG #1780: JDBC driver "setNull" throws for BLOB |
| Previous Message | Tom Lane | 2005-07-22 16:44:31 | Re: abstime bug |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dennis Gesker | 2005-07-22 19:05:48 | JDBCRowSet in tableModel setValueAt method |
| Previous Message | Kris Jurka | 2005-07-22 18:41:19 | Re: getObject(<oid>) returns integer instead of LargeObject |