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 wsanchez
Recipients rhettinger, serhiy.storchaka, wsanchez
Date 2018-05-27.03:34:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527392058.95.0.682650639539.issue33651@psf.upfronthosting.co.za>
In-reply-to
Content
Well, sequence and mapping are not mutually exclusive, and sqlite3.Row does allow mapping-style indexing, which is why I expected .get() to work.

But I hear Raymond's point about all field being known, and I think that's a good point… and I agree I don't actually need .get().

Feel free to close. Thanks for the quick replies.
History
Date User Action Args
2018-05-27 03:34:18wsanchezsetrecipients: + wsanchez, rhettinger, serhiy.storchaka
2018-05-27 03:34:18wsanchezsetmessageid: <1527392058.95.0.682650639539.issue33651@psf.upfronthosting.co.za>
2018-05-27 03:34:18wsanchezlinkissue33651 messages
2018-05-27 03:34:18wsanchezcreate