pgsql-server/src/interfaces/python pg.py - Mailing list pgsql-committers

From darcy@postgresql.org (D'Arcy Cain)
Subject pgsql-server/src/interfaces/python pg.py
Date
Msg-id 20030226131650.01F4F474E4F@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/rewrite rewriteHandler.c
Next
From: darcy@postgresql.org (D'Arcy Cain)
Date:
Subject: pgsql-server/src/interfaces/python Tag: REL7_3 ...