On Tuesday 21 August 2007 16:47, Ed Leafe wrote:
> On Aug 21, 2007, at 6:32 PM, johnf wrote:
> > Am I completely out to lunch with this?????  Please respond ;-)
>
>       Man, you gotta learn some patience. Some of us have lots of other
> stuff going on, and are not constantly sitting by the keyboard
> eagerly awaiting your posts.
>
>       I just got back, and have to take a look at it. I'll let you know
> what I find.
>
> -- Ed Leafe
> -- http://leafe.com
> -- http://dabodev.com
I hope I am patient.   You were responding to Uwe post and I assumed you were 
working on the framework.  I didn't want you to miss this issue because I 
thought it directly related to Uwe issue.

I added a simple statement to dCursorMixin
dabo.dbActivityLog.write('my test %s' % sql.replace("\n", " "))
and this is my dblog.  I see the commit failing immediately after perfect 
update and delete statement.

Database Activity Log: Tue Aug 21 16:47:09 2007: my test select ctype, cvalue 
from daboprefs where ckey = ? 
Database Activity Log: Tue Aug 21 16:47:09 2007: my test update daboprefs set 
ctype = ?, cvalue = ? where ckey = ? 
Database Activity Log: Tue Aug 21 16:47:09 2007: my test COMMIT
Database Activity Log: Tue Aug 21 16:47:09 2007: FAILED SQL: COMMIT, PARAMS: 
Database Activity Log: Tue Aug 21 16:47:10 2007: my test select ctype, cvalue 
from daboprefs where ckey = ? 
Database Activity Log: Tue Aug 21 16:47:10 2007: my test select ctype, cvalue 
from daboprefs where ckey = ? 
Database Activity Log: Tue Aug 21 16:47:13 2007: my test select ctype, cvalue 
from daboprefs where ckey = ? 
Database Activity Log: Tue Aug 21 16:47:13 2007: my test select ctype, cvalue 
from daboprefs where ckey = ? 
Database Activity Log: Tue Aug 21 16:47:13 2007: my test select ctype, cvalue 
from daboprefs where ckey = ? 
Database Activity Log: Tue Aug 21 16:47:13 2007: my test select ctype, cvalue 
from daboprefs where ckey = ? 
Database Activity Log: Tue Aug 21 16:47:13 2007: my test select ctype, cvalue 
from daboprefs where ckey = ? 
Database Activity Log: Tue Aug 21 16:47:16 2007: my test delete from daboprefs 
where ckey like ? 
Database Activity Log: Tue Aug 21 16:47:16 2007: my test COMMIT
Database Activity Log: Tue Aug 21 16:47:16 2007: FAILED SQL: COMMIT, PARAMS: 

-- 
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]

Reply via email to