pgsql/src/interfaces/python pgdb.py

From: "D'Arcy J(dot)M(dot) Cain - vex(dot)net" <darcy(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/python pgdb.py
Date: 2001-03-15 11:56:05
Message-ID: 200103151156.f2FBu5C02196@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: darcy(at)hub(dot)org 01/03/15 06:56:05

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

Log message:
Fix parameter handling.

Fix a bug where cs.execute('select %d + %d', (1, 2)) would get interpreted
as cs.executemany('select %d + %d', (1, 2))

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-03-15 20:01:33 pgsql/doc/src/sgml client-auth.sgml
Previous Message D'Arcy J.M. Cain - vex.net 2001-03-15 11:26:22 pgsql/src/interfaces/python pgmodule.c setup.py