postgresql-7.2b3-betterquote.patch

From: Elliot Lee <sopwith(at)redhat(dot)com>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: postgresql-7.2b3-betterquote.patch
Date: 2002-01-17 22:04:09
Message-ID: Pine.LNX.4.33.0201171608370.16385-200000@devserv.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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

Attachment Content-Type Size
postgresql-7.2b3-betterquote.patch text/plain 5.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2002-01-17 22:35:24 Re: [PATCHES] guc
Previous Message Liam Stewart 2002-01-17 21:54:34 guc