Re: Patches for Serialize.java

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Ken K <kenmail(at)telocity(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Patches for Serialize.java
Date: 2001-05-24 15:48:57
Message-ID: 200105241548.f4OFmvs06989@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Thanks. Patch applied.

> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
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 Brian Jordan 2001-05-24 17:48:30 PreparedStatment.setBinaryStream()
Previous Message Ned Wolpert 2001-05-23 21:09:07 Re: [JDBC] ANT fix for jar creation