[google-appengine] multiple entity groups in a transaction

2011-08-22 Thread peter
there are some transaction options which suggest that you can begin a transaction allowing more than one entity group but with sdk 1.5.3 on windows the beginTransaction() method does not compile with a TransactionOption parameter -- You received this message because you are subscribed to the Go

Re: [google-appengine] multiple entity groups in a transaction

2011-08-22 Thread Robert Kluin
Transactions are currently limited to a single entity group. http://code.google.com/appengine/docs/java/datastore/transactions.html#What_Can_Be_Done_In_a_Transaction On Sun, Aug 21, 2011 at 23:54, peter wrote: > there are some transaction options which suggest that you can begin a > transacti

Re: [google-appengine] multiple entity groups in a transaction

2011-08-25 Thread peter
so why does the documentation refer to begintransaction(transactionoptions) why does transactionoptions have a method allowmultipleentitygroups -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https

Re: [google-appengine] multiple entity groups in a transaction

2011-08-25 Thread Tim Hoffman
Often things appear in the SDK well before they appear in real life. Have a look at appengine.api.search for instance. Why is the api there, but I can't use it ;-) Rgds T -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this dis