[issue10203] sqlite3.Row doesn't support sequence protocol

Marc-Andre Lemburg report at bugs.python.org
Wed Oct 27 14:13:47 CEST 2010


Marc-Andre Lemburg <mal at egenix.com> added the comment:

Just as data point: the DB-API 2.0 requires that the row objects returned by the various .fetch*() methods are sequences, i.e. they need to implement the sequence protocol.

----------
nosy: +lemburg

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


More information about the Python-bugs-list mailing list