hi, The documentation on transactions says: "An app can perform a query during a transaction, but only if it includes an ancestor filter." (<http://code.google.com/appengine/docs/java/datastore/ transactions.html#What_Can_Be_Done_In_a_Transaction>)
This does not seem to be the case-- it seems that more general queries are okay (as long as they don't return objects outside the entity group). I noticed that some of the examples on Max's blog showed non- ancestor-filter queries inside a transaction. So, I gave it a try myself (the test query returned an object in the same entity group as the other transaction operations) and it worked fine. Soooo... what is the status of this restriction, of requiring an ancestor filter? If it no longer holds, it would be useful to remove the qualification from the docs. Or is the situation more complex? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
