Re: difference between statements
Ed Pasma <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, just in response to this one paragraph: > ... I hated it from the moment I put an executemany in a "BEGIN/ > END" pair > and after an evening battling with "SQL Logic error or missing > database" > errors tracked it to a pysqlite bug that should have reported "Nested > transaction" error instead. ... I like to remind my proposal to allow BEGIN/END also to be used in the default locking mode, see http://lists.initd.org/pipermail/ pysqlite/2007-February/000953.html Just tested this case and it works. That means you get neither a "SQL Logic", nor a "Nested transaction" error. I hope this is what you'd expected. regards, Ed.