On 2005-06-23, Joel Rosdahl <[EMAIL PROTECTED]> wrote:

> Or APSW <http://www.rogerbinns.com/apsw.html>.

Interesting.  I was hoping it would not have one pysqlite2 limitation: if
you have an empty database, cursor.description always returns None, even if
you have "pragma empty_result_callbacks=1" (pysqlite 1.x doesn't have the
problem).  But apsw also requires data to be avaliable before you can get
column descriptions.

However, the tracing stuff and the various hooks you can set look really
interesting.

Dave Cook
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to