Patches for Serialize.java

Поиск
Список
Период
Сортировка
От Ken K
Тема Patches for Serialize.java
Дата
Msg-id 20010521013715.26700.cpmta@c007.snv.cp.net
обсуждение исходный текст
Ответы Re: Patches for Serialize.java
Re: Patches for Serialize.java
Список 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



Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Contributing fixes to Serilize.java
Следующее
От: Christopher Parent
Дата:
Сообщение: JDBC connectivity beginner