Patches for Serialize.java - Mailing list pgsql-jdbc

From Ken K
Subject Patches for Serialize.java
Date
Msg-id 20010521013715.26700.cpmta@c007.snv.cp.net
Whole thread Raw
Responses Re: Patches for Serialize.java  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Patches for Serialize.java  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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

pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Contributing fixes to Serilize.java
Next
From: Christopher Parent
Date:
Subject: JDBC connectivity beginner