Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement - Mailing list pgsql-patches

From Robert B. Easter
Subject Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement
Date
Msg-id 01082315533404.18195@comptechnews
Whole thread Raw
In response to JDBC patch for util.Serialize and jdbc2.PreparedStatement  ("Robert B. Easter" <reaster@comptechnews.com>)
Responses Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
And here is the file!

On Thursday 23 August 2001 14:37, Robert B. Easter wrote:
> The attached file: serializepatch.tgz, contains a patch for
> org.postgresql.util.Serialize and org.postgresql.jdbc2.PreparedStatement
> that fixes the ability to "serialize" a simple java class into a postgres
> table.
>
> The current cvs seems completely broken in this support, so the patch puts
> it into working condition, granted that there are many limitations with
> serializing java classes into Postgres.
>
> A little test program is included with the patches.  The comments in the
> Serialize class tries to explain how all this works.
>
> - Robert Easter
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly

Attachment

pgsql-patches by date:

Previous
From: Barry Lind
Date:
Subject: patch for JDBC1 build problems
Next
From: Bruce Momjian
Date:
Subject: Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement