v3 from the ground up

Поиск
Список
Период
Сортировка
От Brian Olson
Тема v3 from the ground up
Дата
Msg-id 6F2CE755-9928-11D8-8F44-000393D1CAB0@bolson.org
обсуждение исходный текст
Ответы Re: v3 from the ground up
Список pgsql-jdbc
Retrofitting the existing JDBC implementation with a v3 protocol seemed
pretty daunting to me, so for the last couple days I've been writing a
java v3 protocol implementation. It's just a raw expression of the
protocol at this point, but it can do a minimal extended query
{parse,bind,describe,execute,close,sync}.

Anyone else think this is a useful direction to pursue? Perhaps when
there's a fuller v3 java library, it would be feasible to graft the
JDBC interface onto it.

Brian Olson
http://bolson.org/


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: [PERFORM] is a good practice to create an index on the
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: v3 from the ground up