| From: | Michael Barker <mike(at)middlesoft(dot)co(dot)uk> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: [Patch] JDBC3 Blob support |
| Date: | 2005-03-05 04:39:17 |
| Message-ID: | 1109997557.3838.1.camel@corona |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Attached is a patch for Blob and Clob support with JUnits.
Regards,
Michael Barker.
On Sat, 2005-02-19 at 15:15 -0500, Kris Jurka wrote:
>
> 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
>
| Attachment | Content-Type | Size |
|---|---|---|
| blob-clob.patch.gz | application/x-gzip | 5.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oliver Jowett | 2005-03-06 22:42:26 | Re: [BUGS] BUG #1523: precision column value returned from getTypeInfo() |
| Previous Message | Sergio Lob | 2005-03-04 13:58:20 | Re: BUG #1523: precision column value returned from getTypeInfo() |