postgresql-7.2b3-betterquote.patch - Mailing list pgsql-hackers

From Elliot Lee
Subject postgresql-7.2b3-betterquote.patch
Date
Msg-id Pine.LNX.4.33.0201092036070.16885-200000@devserv.devel.redhat.com
Whole thread Raw
Responses 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>)
List 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 by date:

Previous
From: jeff.brickley@motorola.com (Jeff)
Date:
Subject: Re: Bad interval external representation
Next
From: Bruce Momjian
Date:
Subject: Re: again on index usage