If you run on GAE you need to explicitly  import and call
run_in_transactions if you want to use GAE transactions.

On Oct 21, 10:56 pm, Sathvik Ponangi <psath...@gmail.com> wrote:
> Hello,
>
>  I'm using web2py on Google AppEngine (SDK v1.5.5) and I'm trying to port a
> script here which uses 'transactions'.
> In what way can I effectively emulate *db.run_in_transaction(func1, params)*
> * *on Web2py?
> Will I need to manually run that function (func1) every-time I update the
> database?
> Thank you in advance.
>
> With Regards,
> Sathvik
>
> --
> Sathvik Ponangi

Reply via email to