[New-bugs-announce] [issue20562] sqlite3 returns result set with doubled first entry

Johnny Wezel report at bugs.python.org
Sat Feb 8 13:43:08 CET 2014


New submission from Johnny Wezel:

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

----------
components: Extension Modules
files: t.py
messages: 210622
nosy: jwezel
priority: normal
severity: normal
status: open
title: sqlite3 returns result set with doubled first entry
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file33992/t.py

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


More information about the New-bugs-announce mailing list