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

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

From
darcy@postgresql.org (D'Arcy Cain)
Date:
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.