Re: [Zope-dev] Documentation on get_transaction().commit(...)

2006-09-07 Thread Dieter Maurer
[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

Re: [Zope-dev] Documentation on get_transaction().commit(...)

2006-09-07 Thread Brian Rosenthal
Dieter, thanks. On Thu, 7 Sep 2006 22:09:27 +0200, Dieter Maurer [EMAIL PROTECTED] said: [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.

[Zope-dev] Documentation on get_transaction().commit(...)

2006-09-05 Thread zope-dev
Where would I find API documentation on get_transaction().commit(...)? I am calling get_transaction().commit(1) at various points in my program and it seems like it's not actually committing those transactions. I'd be grateful on a quick explanation for how this works. I'd like to commit