Re: [pysqlite] [3.6.3-r1] Row not updated?

"Edzard Pasma" <[email protected]> Sat, 22 Nov 2008 05:39:27 -0800
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
Hello Roger, 

With regards to the execution trace option in APSW, I would rather write my own Cursor sub-class and add any kind of tracing there. This is still a bit inconvenient though, as the cursor class is not exposed, only the method. Is that something that can be changed in the next release too?

Possibly someone can ever publish an APSW_TRACE module (or Pysqlite), that can be imported instead of the plain module and leave the application further unchanged. 

Thanks, Edzard 

--- [email protected] wrote:

> APSW does have tracers which would have helped you:
> 
>  http://apsw.googlecode.com/svn/publish/execution.html#execution-tracer
> 
> At the moment you have to install them on each cursor.  I'll enhance the
> next release so that you can install them on the connection as well to
> trace all cursors.