Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Robert B(dot) Easter" <reaster(at)comptechnews(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement
Date: 2001-08-24 01:48:52
Message-ID: 200108240148.f7O1mqt06488@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches


Patch rejected. New version added to patch queue.

> 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(at)postgresql(dot)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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Robert B. Easter 2001-08-24 01:56:10 JDBC patch for util.Serialize and jdbc2.PreparedStatement (attempt #2)
Previous Message Barry Lind 2001-08-24 01:42:56 Re: Couple of patches for jdbc driver

Browse pgsql-patches by date

  From Date Subject
Next Message Robert B. Easter 2001-08-24 01:56:10 JDBC patch for util.Serialize and jdbc2.PreparedStatement (attempt #2)
Previous Message Bruce Momjian 2001-08-24 01:48:17 Re: JDBC patch (attempt#2) for util.Serialize and jdbc2.PreparedStatement