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 erlendaasland
Recipients Catherine.Devlin, berker.peksag, erlendaasland, ghaering, rhettinger, serhiy.storchaka, terry.reedy, vlad
Date 2021-05-18.19:30:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621366250.93.0.0244359176084.issue35889@roundup.psfhosted.org>
In-reply-to
Content
> What about a __repr__ that includes the primary key value(s) (for tables where that is defined)?

I’d rather have that as a Row method, or read-only property. It should be straight-forward to implement. SQLite provides an API for such purposes.
History
Date User Action Args
2021-05-18 19:30:50erlendaaslandsetrecipients: + erlendaasland, rhettinger, terry.reedy, ghaering, berker.peksag, serhiy.storchaka, Catherine.Devlin, vlad
2021-05-18 19:30:50erlendaaslandsetmessageid: <1621366250.93.0.0244359176084.issue35889@roundup.psfhosted.org>
2021-05-18 19:30:50erlendaaslandlinkissue35889 messages
2021-05-18 19:30:50erlendaaslandcreate