pgsql/src/interfaces/python pgdb.py - Mailing list pgsql-committers

From D'Arcy J.M. Cain - vex.net
Subject pgsql/src/interfaces/python pgdb.py
Date
Msg-id 200103151156.f2FBu5C02196@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    darcy@hub.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))


pgsql-committers by date:

Previous
From: "D'Arcy J.M. Cain - vex.net"
Date:
Subject: pgsql/src/interfaces/python pgmodule.c setup.py
Next
From: Tom Lane
Date:
Subject: pgsql/doc/src/sgml client-auth.sgml