Patches for Serialize.java

From: Ken K <kenmail(at)telocity(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Patches for Serialize.java
Date: 2001-05-21 01:37:15
Message-ID: 20010521013715.26700.cpmta@c007.snv.cp.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Below are the patches for
org.postgresql.util.Serialize.java

There are a number of changes. The main ones are:
return oid on insert
handle all primitive data types
handle single quotes and newlines in Strings
handle null variables
deal with non public and final variables (not very
well, though)

Ken

Attachment Content-Type Size
diff.txt text/plain 18.8 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Grant 2001-05-21 05:26:38 Re: [SQL] problem while starting server ???
Previous Message Christopher Parent 2001-05-21 00:05:24 JDBC connectivity beginner