postgresql-7.2b3-betterquote.patch

Поиск
Список
Период
Сортировка
От Elliot Lee
Тема postgresql-7.2b3-betterquote.patch
Дата
Msg-id Pine.LNX.4.33.0201092036070.16885-200000@devserv.devel.redhat.com
обсуждение исходный текст
Ответы Re: postgresql-7.2b3-betterquote.patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: postgresql-7.2b3-betterquote.patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
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", (myblahlist,))

Please consider incorporating this patch into postgresql,
-- Elliot

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

Предыдущее
От: jeff.brickley@motorola.com (Jeff)
Дата:
Сообщение: Re: Bad interval external representation
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: again on index usage