[EMAIL PROTECTED] wrote at 2006-9-5 19:10 -0400:
> ...
>I am calling get_transaction().commit(1) at various points in my program
>and it seems like it's not actually committing those transactions.

"commit(1)" commits a subtransaction.

As the name suggests, you have to commit the main transaction
as well (at some time). You do this by "commit()" (or "commit(0)").



-- 
Dieter
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to