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.00:08:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641254897.33.0.181706397182.issue46249@roundup.psfhosted.org>
In-reply-to
Content
> So, another option would be to keep "set-lastrowid" in the query loop, and
> just remove the condition; we set it every time (but of course only build a
> PyObject of it when the loop is done).

I made a competing PR (GH-30380) for this, just a little better (IMO); the Py object is only built on demand :)
History
Date User Action Args
2022-01-04 00:08:17erlendaaslandsetrecipients: + erlendaasland, lemburg
2022-01-04 00:08:17erlendaaslandsetmessageid: <1641254897.33.0.181706397182.issue46249@roundup.psfhosted.org>
2022-01-04 00:08:17erlendaaslandlinkissue46249 messages
2022-01-04 00:08:17erlendaaslandcreate