Re: help with front/backend datatype converting

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: help with front/backend datatype converting
Дата
Msg-id 455D9E3A.8040007@opencloud.com
обсуждение исходный текст
Ответ на Re: help with front/backend datatype converting  ("Do, Leon \(Leon\)" <leondo@lucent.com>)
Ответы Re: help with front/backend datatype converting
Список pgsql-jdbc
Do, Leon (Leon) wrote:

> I haven't tested the server side but I know the client generates that
> format but it didn't take what it generated.

Well, in general we only care about parsing what the server generates,
not what the driver generates.

One exception might be updateable resultsets.

The solution is probably to fix the generation side so we generate the
same format as the server produces.

-O

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Support for named parameters in the PostgreSQL JDBC driver
Следующее
От: "Wm.A.Stafford"
Дата:
Сообщение: Is UTF-8 required for PostgreSQL JDBC?