mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 00:03:54 -05:00
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