Open GoogleCodeExporter opened 9 years ago
@non_transactional_aync would not actually be useful as @non_transactional just
reconfigures local context state.
@ndb.non_transactional
@ndb.tasklet
def non_transactional_tasklet():
...
should work today and
@ndb.transactional_async
@ndb.tasklet
def transactional_tasklet():
...
will work as soon as 1.8.3 is out.
Thought it might be useful to add a normal function version of
@non_transactional, though you can do that today using:
ndb.non_transactional(callback, ...)()
Original comment by arful...@google.com
on 19 Jul 2013 at 10:31
Original comment by arful...@google.com
on 19 Jul 2013 at 10:31
Original comment by arful...@google.com
on 19 Jul 2013 at 10:34
Original issue reported on code.google.com by
uvico...@gmail.com
on 15 Dec 2012 at 6:35