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

From Bruce Momjian
Subject Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement
Date
Msg-id 200108232026.f7NKQVg03620@candle.pha.pa.us
Whole thread Raw
In response to Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement  ("Robert B. Easter" <reaster@comptechnews.com>)
List pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.


> 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, skipping... ]

>
> ---------------------------(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

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement
Next
From: Rene Pijlman
Date:
Subject: Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement