This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients angri, marcin.bachry, simon.jagoe, terry.reedy
Date 2010-05-14.20:31:48
SpamBayes Score 0.0005459553
Marked as misclassified No
Message-id <1273869110.43.0.803100733882.issue8689@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2010-05-14 20:31:50terry.reedysetrecipients: + terry.reedy, marcin.bachry, simon.jagoe, angri
2010-05-14 20:31:50terry.reedysetmessageid: <1273869110.43.0.803100733882.issue8689@psf.upfronthosting.co.za>
2010-05-14 20:31:49terry.reedylinkissue8689 messages
2010-05-14 20:31:48terry.reedycreate