Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement
Дата
Msg-id 200108231950.f7NJo9100295@candle.pha.pa.us
обсуждение исходный текст
Ответ на JDBC patch for util.Serialize and jdbc2.PreparedStatement  ("Robert B. Easter" <reaster@comptechnews.com>)
Список 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.

And the attached file is?  Where?  :-)

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: "Robert B. Easter"
Дата:
Сообщение: Re: JDBC patch for util.Serialize and jdbc2.PreparedStatement
Следующее
От: Garrett Wollman
Дата:
Сообщение: Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets