Message266964
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. |
|
Date |
User |
Action |
Args |
2016-06-02 21:53:34 | Dave Sawyer | set | recipients:
+ Dave Sawyer |
2016-06-02 21:53:34 | Dave Sawyer | set | messageid: <1464904414.88.0.548243958784.issue27188@psf.upfronthosting.co.za> |
2016-06-02 21:53:34 | Dave Sawyer | link | issue27188 messages |
2016-06-02 21:53:34 | Dave Sawyer | create | |
|