Dabo does a check on web_update in the database.
it updates last_check
but I get the error
OperationalError: cannot commit - no transaction is active.
this is coming from dPref.py
if not crs.rowcount:
sql = "insert into daboprefs (ckey, ctype, cvalue)
values (?, ?, ?)"
prm = (key, typ, val)
crs.execute(sql, prm)
self._cursor.commitTransaction()
Is the self._cursor.commitTransaction() required in this case (SQLite)? Does
SQLite issue it's own commit?
--
John Fabiani
_______________________________________________
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]