[issue8689] sqlite3 parameter substitution breaks with multiple parameters

Terry J. Reedy report at bugs.python.org
Fri May 14 22:31:50 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

The next question is whether there is any bug in the Python interface module or whether c.execute(s,t) is properly passing s and t to sqlite3 for processing and converting the return to a Python tuple. If the latter, then this should be closed as invalid (because it is a 3rd party problem).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8689>
_______________________________________


More information about the Python-bugs-list mailing list