[New-bugs-announce] [issue11691] sqlite3 Cursor.description doesn't set type_code

William Edward Stuart Clemens report at bugs.python.org
Sun Mar 27 06:16:15 CEST 2011


New submission from William Edward Stuart Clemens <wesclemens+python at gmail.com>:

The DB API Spec 2.0 (PEP 249) clearly requires that column name and type_code be set as the first two values in Cursor.description the other 5 attributes are optional. The sqlite3 module doesn't set type_code.

----------
components: None
files: sqlite.patch
keywords: patch
messages: 132289
nosy: wesclemens
priority: normal
severity: normal
status: open
title: sqlite3 Cursor.description doesn't set type_code
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file21421/sqlite.patch

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


More information about the New-bugs-announce mailing list