]> granicus.if.org Git - postgresql/commit
Fix parameter handling.
authorD'Arcy J.M. Cain <darcy@druid.net>
Thu, 15 Mar 2001 11:56:05 +0000 (11:56 +0000)
committerD'Arcy J.M. Cain <darcy@druid.net>
Thu, 15 Mar 2001 11:56:05 +0000 (11:56 +0000)
commit551e0aa9913de1cb715a50f18a0b29317d01a81a
tree0f2dbb4f7a26b3ee383202a102fada767973f7b5
parent37d67eb15955f72d432c1fc768d579cb714bf3d5
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))
src/interfaces/python/pgdb.py