My question actually has to do with Turbogears transactions. The ones you can declare off the session? What happens when you define these in a nested way?
Thanks, Sam. On Jun 26, 4:31 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > On Tuesday 26 June 2007 02:07, SamDonaldson wrote: > > > Hello, > > > I have a question on transaction blocks within transactions. Does the > > parent transaction just inherit all the embedded transactions in it or > > are they treated separately? In other words, can an inner trnasaction > > block get committed bofore we call the outside block's commit? > > If your DB actually supports nested transactions they will always be nested - > that is if transaction B is inside transaction A, and you rollback A, B will > be rolled back as well. Which is the sole purpose behind nested transactions. > > Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---