Re: [pysqlite] Long running processing of resultset data and database locks
Alwyn Schoeman <[email protected]> Tue, 10 Feb 2009 21:17:42 +0200
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
I'm guessing that in my case the cursor I'm calling fetchone() on is holding a SHARED lock on the database and it will only get released once I close the cursor? -- Alwyn Schoeman