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

From: darcy(at)postgresql(dot)org (D'Arcy Cain)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/interfaces/python pg.py
Date: 2003-02-26 13:16:50
Message-ID: 20030226131650.01F4F474E4F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: darcy(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Barry Lind 2003-02-27 05:45:44 pgsql-server/src/interfaces/jdbc build.xml org ...
Previous Message Tom Lane 2003-02-25 23:47:45 pgsql-server/src/backend/rewrite rewriteHandler.c