[issue33651] Add get() method to sqlite3.Row class

Raymond Hettinger report at bugs.python.org
Fri May 25 20:20:03 EDT 2018


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

How is this needed?  SQL queries return rows that are homogenous and with known fields.  This is isn't like other dictionaries when you might not know in advance whether a given key is present.

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33651>
_______________________________________


More information about the Python-bugs-list mailing list