Re: [pysqlite] [ANN] pysqlite 2.5.2

"Edzard Pasma" <[email protected]> Sat, 7 Mar 2009 13:59:55 -0800
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
--- [email protected] wrote: 

> Edzard Pasma wrote:

>> Hello, It looks that the issue with fetch across rollback still can occur in the new version. {...] 

> Is this reported on bugs.python.org? Do you know where the problems lie?  

Thanks for the emphasis on this issue and there is a ticket for it by GH in Pysqlite trac, http://oss.itsystementwicklung.de/trac/pysqlite/ticket/251. This mentions where the problem lies. This issue is about the difference between cursor and Cursor and applies mainly to the new Pysqlite version, not to the built-in sqlite3. There is another ticket for the fetch-across-rollback issue, which does apply to the built-in version, but which seems less important than the cursor/Cursor confusion, at least to me. I think both are to be addressed hand in hand for Python, but do not know how to achieve that.

Edzard Pasma