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 jwezel
Recipients jwezel
Date 2014-02-08.12:43:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391863388.33.0.362303830227.issue20562@psf.upfronthosting.co.za>
In-reply-to
Content
I could isolate a bug where sqlite3 returns a result set from a select where the first entry occurs twice.

>>> sys.version_info  
sys.version_info(major=2, minor=7, micro=5, releaselevel='final', serial=0)
>>> import sqlite3
>>> sqlite3.version_info
(2, 6, 0)

$ uname -a
Linux 3.10.25-gentoo #1 SMP PREEMPT Wed Jan 29 18:05:47 CET 2014 x86_64 Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz GenuineIntel GNU/Linux
History
Date User Action Args
2014-02-08 12:43:08jwezelsetrecipients: + jwezel
2014-02-08 12:43:08jwezelsetmessageid: <1391863388.33.0.362303830227.issue20562@psf.upfronthosting.co.za>
2014-02-08 12:43:08jwezellinkissue20562 messages
2014-02-08 12:43:07jwezelcreate