Skip to content
Snippets Groups Projects
Commit 551e0aa9 authored by D'Arcy J.M. Cain's avatar D'Arcy J.M. Cain
Browse files

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))
parent 37d67eb1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment