]> granicus.if.org Git - postgresql/commit
This patch to the python bindings adds C versions of the often-used
authorBruce Momjian <bruce@momjian.us>
Tue, 5 Mar 2002 00:23:13 +0000 (00:23 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 5 Mar 2002 00:23:13 +0000 (00:23 +0000)
commit14b05248ccc3b3598ef6bb4d1617bb08dce074f1
tree90e50fb6a8449267c650ce0fc259cbf4373be775
parent25b0b09fd3c358d4377f55159197486c4634c53d
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
src/interfaces/python/pgdb.py
src/interfaces/python/pgmodule.c