Re: postgresql-7.2b3-betterquote.patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: postgresql-7.2b3-betterquote.patch
Date
Msg-id 200203050023.g250N8Q00565@candle.pha.pa.us
Whole thread Raw
In response to postgresql-7.2b3-betterquote.patch  (Elliot Lee <sopwith@redhat.com>)
List pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


Elliot Lee wrote:
> 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,
> -- Elliot

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: psql \timing patch
Next
From: "Nicolas Bazin"
Date:
Subject: Re: BUG#599 & BUG 606 correction