[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 the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 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 the Google Groups 
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.