[google-appengine] does Query.execute() returns the same result list in same order for every execution ?

2010-06-30 Thread saggy
hi,am new to GAE can anybody tell me that if i perform 10 or 100 times Query.execute() with same parameters and same query on same data then will it return the same result list in same order or in different order? Thanks in advance. -- You received this message because you are subscribed to

[google-appengine] does Query.execute() returns the same result list in same order for every execution ?

2010-06-30 Thread saggy
hi,am new to GAE can anybody tell me that if i perform 10 or 100 times Query.execute() with same parameters and same query on same data then will it return the same result list in same order or in different order? Thanks in advance. -- You received this message because you are subscribed to

Re: [google-appengine] does Query.execute() returns the same result list in same order for every execution ?

2010-06-30 Thread djidjadji
All queries use an index to retrieve the objects. If you don't delete or add objects you get the same result for the exact same query. 2010/6/30 saggy basketballsa...@gmail.com: hi,am new to GAE can anybody tell me that if i perform 10 or 100 times Query.execute() with same parameters and same