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 erlendaasland, felixxm, lemburg
Date 2022-01-11.19:51:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641930702.88.0.470253342759.issue46249@roundup.psfhosted.org>
In-reply-to
Content
> OTOH, the SQLite API is tied to the _connection_ object, so it may not make sense to align it with lastrowid which is a _cursor_ attribute.

That came out weird; let's try again:

The SQLite API is tied to the _connection_ object, so it may not make sense to force that behaviour onto lastrowid which is a _cursor_ attribute.
History
Date User Action Args
2022-01-11 19:51:42erlendaaslandsetrecipients: + erlendaasland, lemburg, felixxm
2022-01-11 19:51:42erlendaaslandsetmessageid: <1641930702.88.0.470253342759.issue46249@roundup.psfhosted.org>
2022-01-11 19:51:42erlendaaslandlinkissue46249 messages
2022-01-11 19:51:42erlendaaslandcreate