postgresql-7.2b3-betterquote.patch

From: Elliot Lee <sopwith(at)redhat(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: postgresql-7.2b3-betterquote.patch
Date: 2002-01-10 01:37:52
Message-ID: Pine.LNX.4.33.0201092036070.16885-200000@devserv.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-01-10 03:01:04 Increasing checkpoint distance helps 7.2 noticeably
Previous Message Brent Verner 2002-01-10 00:19:34 Re: Potential bug in pg_dump ...