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 200108231950.f7NJo9100295@candle.pha.pa.us
Whole thread Raw
In response to JDBC patch for util.Serialize and jdbc2.PreparedStatement  ("Robert B. Easter" <reaster@comptechnews.com>)
List pgsql-patches
> 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.

And the attached file is?  Where?  :-)

--
  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: "Robert B. Easter"
Date:
Subject: Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement
Next
From: Garrett Wollman
Date:
Subject: Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets