pgsql/src/interfaces/python pgdb.py pgmodule.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/python pgdb.py pgmodule.c
Date: 2002-03-05 00:23:15
Message-ID: 20020305002315.E51DA475914@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/03/04 19:23:15

Modified files:
src/interfaces/python: pgdb.py pgmodule.c

Log message:
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],))

Elliot Lee

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-03-05 02:01:53 pgsql/src/interfaces/python pgdb.py pgmodule.c
Previous Message Bruce Momjian - CVS 2002-03-05 00:01:04 pgsql/ oc/src/sgml/ref/psql-ref.sgml rc/bin/ps ...