db.rollback()

you can do this for example...

try: do your stuff
except: db.rollback()


On Feb 2, 3:22 pm, pedro <pedro...@gmail.com> wrote:
> Ok, I don't want to reinvent the wheel, in the book it says that the
> actions are wrapped in a transaction.. So my question is: what's the
> best/simplest/more recommended  way to rollback?
>
> I need to insert a few records per action or rollback in case one
> fails. Am I ok if i simply raise an exception on failure?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to