[issue8689] sqlite3 parameter substitution breaks with multiple parameters

Terry J. Reedy report at bugs.python.org
Fri May 14 21:23:00 CEST 2010


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

You appear to be saying that the same code gives different results on 2.6.4 and 2.6.5. Correct? If so, did the version of sqlite change?

In any case, 3.1.2 on WinXP consistently gives (2,)
>>> sqlite3.version
'2.4.1'

----------
nosy: +tjreedy

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


More information about the Python-bugs-list mailing list