Re: libpq and prepared statements progress for 8.0

Поиск
Список
Период
Сортировка
От David Wheeler
Тема Re: libpq and prepared statements progress for 8.0
Дата
Msg-id 72C37086-16F4-11D9-BC00-000A95B9602E@kineticode.com
обсуждение исходный текст
Ответ на Re: libpq and prepared statements progress for 8.0  (Abhijit Menon-Sen <ams@oryx.com>)
Список pgsql-hackers
On Oct 5, 2004, at 9:59 AM, Abhijit Menon-Sen wrote:

> I decided against bundling the two operations together. Here's a patch
> to add PQprepare() and PQsendPrepare() in a fairly self-contained way.
> Also attached is a test program à la testlibpq3.c that I used to test
> the change. This should be all that's needed for DBD::Pg to prepare a
> statement without pre-specifying types.

Ah, fantastic news, Abhijit! This is very exciting for DBD::Pg
development, as well as other dynamic language libraries that plan to
use prepare(), I expect. I very much look forward to Beta 4 hoping that
this patch makes it in.

Thanks for doing this!

Regards,

David


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

Предыдущее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: libpq and prepared statements progress for 8.0
Следующее
От: Reini Urban
Дата:
Сообщение: win32 tablespace handing