First, the context needs to be a transaction, otherwise there isn't even a guarantee that all puts will happen. Even inside a transaction though, why does the order matter? I can only think of a situation where you use system generated ids, but those aren't guaranteed to be in order anyway.
On May 17, 10:02 pm, Erick Fleming <[email protected]> wrote: > Within the context of an Entity group, can I guarantee that puts will be in > the order I put them? > > Thanks -- 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.
