Ed Leafe wrote: > dabo Commit > Revision 3322 > Date: 2007-08-22 11:43:28 -0700 (Wed, 22 Aug 2007) > Author: Ed > Trac: http://svn.dabodev.com/trac/dabo/changeset/3322 > > Changed: > U trunk/dabo/db/dCursorMixin.py > U trunk/dabo/db/dbSQLite.py > > Log: > Changed dbSQLite so that calling beginTransaction() executes a "BEGIN" call, > which starts an explicit multi-statement transaction. > > Fixed a bug in dCursorMixin in which execute() errors that did not receive an > errorClass parameter would throw an error. > > Added explicit changing of the AuxCursor attributes whenever the > corresponding properties are changed in the primary cursor.
This commit gets rid of the exception at the bizobj level, but it appears to have moved to the UI level. Now, instead of seeing a traceback, I get a ui messagebox: """ Notice Save failed: SQL logic error or missing database SQL: insert into customers (...) values (...) """ I didn't type the field list or values list, but it is correct. -- pkm ~ http://paulmcnett.com _______________________________________________ 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]
