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-23 19:50:09
Message-ID: 200108231950.f7NJo9100295@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc 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(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-23 19:53:34 Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement
Previous Message Rene Pijlman 2001-08-23 19:45:13 Re: Re: [JDBC] New backend functions? [was Re: JDBC changes for 7.2... some questions...]

Browse pgsql-patches by date

  From Date Subject
Next Message Robert B. Easter 2001-08-23 19:53:34 Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement
Previous Message Peter Eisentraut 2001-08-23 19:07:46 Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal support