Re: Bug in JDBC driver w/BLOBs

From: Kris Jurka <books(at)ejurka(dot)com>
To: Tristan Tarrant <tristan(dot)tarrant(at)dataforte(dot)net>
Cc: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Bug in JDBC driver w/BLOBs
Date: 2005-06-21 15:56:51
Message-ID: Pine.BSO.4.56.0506211054460.26700@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 21 Jun 2005, Tristan Tarrant wrote:

> Now the bad news: I believe I have found a bug in the pgsql jdbc driver
> regarding read access of BLOBs. According to Sun's JDBC documentation,
> BLOBs are 1-based, but the driver makes the assumption they are 0-based.

Right. This was found and fixed a while ago:

http://gborg.postgresql.org/pipermail/pgjdbc-commit/2005-May/000289.html

I guess we need to put out a new stable release.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Donny Tjandra 2005-06-22 23:18:28 PostgreSQL 8, JDBC 8 and JSTL problems
Previous Message Tristan Tarrant 2005-06-21 15:41:56 Bug in JDBC driver w/BLOBs