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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql/src/interfaces/python pgdb.py pgmodule.c
Дата
Msg-id 20020305002315.E51DA475914@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.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


В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/ oc/src/sgml/ref/psql-ref.sgml rc/bin/ps ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/src/interfaces/python pgdb.py pgmodule.c