Re: postgresql-7.2b3-betterquote.patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Elliot Lee <sopwith(at)redhat(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: postgresql-7.2b3-betterquote.patch
Date: 2002-01-17 22:36:42
Message-ID: 25640.1011307002@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Elliot Lee <sopwith(at)redhat(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-01-17 22:57:29 Re: [PATCHES] guc
Previous Message Peter Eisentraut 2002-01-17 22:35:24 Re: [PATCHES] guc