Ed Leafe wrote: > dabo Commit > Revision 3326 > Date: 2007-08-23 09:31:28 -0700 (Thu, 23 Aug 2007) > Author: Ed > Trac: http://svn.dabodev.com/trac/dabo/changeset/3326 > > Changed: > U trunk/dabo/db/dbSQLite.py > > Log: > After much Googling, I found that the error reported in several cases when > saving data: > > DBQueryException: SQL logic error or missing database > > was being caused by the way SQLite handles automatic transactions. Added the > parameter 'isolation_level=None' to the connection string sets the behavior > properly. > > Please confirm with your applications. >
I didn't find the docs for isolation_level. What does "isolation_level=None" mean? _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
