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.19:22:57
SpamBayes Score 0.0012786965
Marked as misclassified No
Message-id <1273864980.82.0.27640796902.issue8689@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2010-05-14 19:23:00terry.reedysetrecipients: + terry.reedy, marcin.bachry, simon.jagoe, angri
2010-05-14 19:23:00terry.reedysetmessageid: <1273864980.82.0.27640796902.issue8689@psf.upfronthosting.co.za>
2010-05-14 19:22:57terry.reedylinkissue8689 messages
2010-05-14 19:22:57terry.reedycreate