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 02:01:53
Message-ID: 20020305020153.5E477475B46@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 21:01:49

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

Log message:
Back out python patch:

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],))

Browse pgsql-committers by date

  From Date Subject
Next Message Dave Cramer 2002-03-05 02:14:11 pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Previous Message Bruce Momjian - CVS 2002-03-05 00:23:15 pgsql/src/interfaces/python pgdb.py pgmodule.c