JDBC patch for util.Serialize and jdbc2.PreparedStatement

From: "Robert B(dot) Easter" <reaster(at)comptechnews(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: JDBC patch for util.Serialize and jdbc2.PreparedStatement
Date: 2001-08-23 18:37:27
Message-ID: 01082314372701.18195@comptechnews
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.

- Robert Easter

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2001-08-23 18:44:19 Re: [JDBC] New backend functions? [was Re: JDBC changes for 7.2... some questions...]
Previous Message Ned Wolpert 2001-08-23 17:42:35 New backend functions? [was Re: JDBC changes for 7.2... some questions...]

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2001-08-23 19:07:46 Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal support
Previous Message Tom Lane 2001-08-23 18:18:07 Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal support