Re: JDBC, prepared queries, and partitioning

Поиск
Список
Период
Сортировка
От Guillaume Smet
Тема Re: JDBC, prepared queries, and partitioning
Дата
Msg-id 1d4e0c10802131635h65bb34cbt9b7c558299c77be3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: JDBC, prepared queries, and partitioning  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
On Feb 13, 2008 11:29 PM, Kris Jurka <books@ejurka.com> wrote:
> Yes, but you then lose some of the features that are only available with
> the V3 protocol: ParameterMetaData, some ResultSetMetaData calls, OUT
> parameters for CallableStatements.  I think that's the list, but couldn't
> swear to it.

I usually advise people to use protocol v2 for typical web usage and
we experienced another problem. A few exceptions are ambiguous with v2
and perfectly identifiable with v3 (foreign key violation for
example). There are apps relying on that and we were forced to use v3
for them (and we have lower performances).

--
Guillaume

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: JDBC, prepared queries, and partitioning
Следующее
От: "Stephen Denne"
Дата:
Сообщение: Re: JDBC, prepared queries, and partitioning