pgsql-server/src/interfaces/python pg.py

Поиск
Список
Период
Сортировка
От darcy@postgresql.org (D'Arcy Cain)
Тема pgsql-server/src/interfaces/python pg.py
Дата
Msg-id 20030226131650.01F4F474E4F@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    darcy@postgresql.org    03/02/26 08:16:50

Modified files:
    src/interfaces/python: pg.py

Log message:
    The quote function should return a string suitable for dropping into a
    query string.  This fixes a bug where bool types sometimes returned with
    a string that could not be dropped into a query.


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend/rewrite rewriteHandler.c
Следующее
От: darcy@postgresql.org (D'Arcy Cain)
Дата:
Сообщение: pgsql-server/src/interfaces/python Tag: REL7_3 ...