Re: postgresql-7.2b3-betterquote.patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgresql-7.2b3-betterquote.patch
Дата
Msg-id 25640.1011307002@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgresql-7.2b3-betterquote.patch  (Elliot Lee <sopwith@redhat.com>)
Ответы Re: postgresql-7.2b3-betterquote.patch  (Elliot Lee <sopwith@redhat.com>)
Список pgsql-patches
Elliot Lee <sopwith@redhat.com> writes:
> This patch to the python bindings adds C versions of the often-used query
> args quoting routines, as well as support for quoting lists e.g.
> dbc.execute("SELECT * FROM foo WHERE blah IN %s", ([1,2,3],))

> Please consider incorporating this patch into postgresql 7.2,

Sorry, it's far too late for feature additions to 7.2.  We can hold
onto this for 7.3, though.

Documentation additions to go with the code additions would be a useful
thing to work on in the meantime ;-)

            regards, tom lane

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

Предыдущее
От: Liam Stewart
Дата:
Сообщение: guc
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: postgresql-7.2b3-betterquote.patch