On Mar 13, 10:42 pm, "Bernhard P." <[email protected]> wrote: > P.S.: I don't want to make this any more confusing but there is also > no exception thrown if the put operation on line 14 isn't made within > a transaction. I don't understand that either.
The P.S. part was wrong, sorry. I wrote ds.put(e2) instead of ds.put(null, e2) so both put operations were made in the same transaction which of course didn't throw an exception. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
