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 Dave Sawyer
Recipients Dave Sawyer
Date 2016-06-02.21:53:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464904414.88.0.548243958784.issue27188@psf.upfronthosting.co.za>
In-reply-to
Content
The three execute methods of the connection object return the created cursor. The term "intermediate" implies the cursor is totally handled by the execute method, not that the user will get ownership of the object. 

When the user doesn't call close() on the returned cursor right away, they hold a lock on the database until the object is garbage collected.
History
Date User Action Args
2016-06-02 21:53:34Dave Sawyersetrecipients: + Dave Sawyer
2016-06-02 21:53:34Dave Sawyersetmessageid: <1464904414.88.0.548243958784.issue27188@psf.upfronthosting.co.za>
2016-06-02 21:53:34Dave Sawyerlinkissue27188 messages
2016-06-02 21:53:34Dave Sawyercreate