This patch to the python bindings adds C versions of the often-used

Bruce Momjian <bruce@momjian.us>

Commit: 14b05248ccc3b3598ef6bb4d1617bb08dce074f1
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-03-05T00:23:13Z
Releases: 7.3.1
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

Files

PathChange+/−
src/interfaces/python/pgdb.py modified +32 −26
src/interfaces/python/pgmodule.c modified +142 −0