On 12 November 2011 01:07, Vlad K. <[email protected]> wrote: > Is it possible to have multiple transactions within a request, and how to > start new one after transaction.commit() is manually invoked?
A new one is always started after a call to commit(). In other words: it just works. \malthe -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
