GAE only provides transaction at the level of the single record. Robin has a patch that allows that and it will be in 1.56. This is only usefult for things like incrementing a counter.
GAE does not support (and in my view it not support anytime soon) multi record transactions (the kind of thing you really need for any reliable business app). Massimo On Jan 17, 10:38 pm, Jonathan Benn <[email protected]> wrote: > On Jan 15, 5:10 pm, Robin B <[email protected]> wrote: > > > Transactions and list properties are also not supported, until > > transactions are officially added to web2py, you can still do > > transactions this way: > > Woah, transactions are not supported in GAE? That's news to me! > > From what you're writing, it sounds like this is a limitation with > web2py and not with GAE, right? It's just that we haven't figured out > a generic way to do it right in web2py yet? > > Thanks, > > --Jonathan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

