Re: [Patch] JDBC3 Blob support - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: [Patch] JDBC3 Blob support
Date
Msg-id Pine.BSO.4.56.0502191512160.18612@leary.csoft.net
Whole thread Raw
In response to [Patch] JDBC3 Blob support  (Michael Barker <mike@middlesoft.co.uk>)
Responses Re: [Patch] JDBC3 Blob support  (Michael Barker <mike@middlesoft.co.uk>)
List pgsql-jdbc

On Sat, 19 Feb 2005, Michael Barker wrote:

> I have attached a patch that provides support for JDBC 3 Blobs for the
> PostgreSQL driver.
>
> JUnit tests are included.  The only method that is not implemented is
> truncate().  I couldn't find a simple efficient method for doing this
> via the LargeObject API.
>

You have not included the unit tests.  What about implemeting these
methods for CLOB at the same time?  They're pretty much identical.

You have included your username and password in build.properties though,
you can put these values in a file called build.local.properties and they
will not show up in diffs.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: DatabaseMetaData.getIndexInfo and function-based indexes
Next
From: Kris Jurka
Date:
Subject: Re: How to get generated primary key?