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, lemburg
Date 2022-01-04.10:02:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641290575.89.0.719199526838.issue46249@roundup.psfhosted.org>
In-reply-to
Content
Thank you for your input Marc-André.

For SQLite, it's pretty simple: we use an API called sqlite3_last_insert_rowid() which takes the database connection as it's argument, not a statement pointer. This function returns "the rowid of the most recent successful INSERT into a rowid table or virtual table on database connection" (quote from SQLite docs). IMO, it would make sense to also use this post executemany().
History
Date User Action Args
2022-01-04 10:02:55erlendaaslandsetrecipients: + erlendaasland, lemburg
2022-01-04 10:02:55erlendaaslandsetmessageid: <1641290575.89.0.719199526838.issue46249@roundup.psfhosted.org>
2022-01-04 10:02:55erlendaaslandlinkissue46249 messages
2022-01-04 10:02:55erlendaaslandcreate