Another day, another question:

Are fetch results returned in a consistent order when sorting on
values that are the same.

ie

if my models have id 1..4 and values 1,2,2,3 and I perform a filtered
fetch of value >= 2. Will the models always be returned in the order
id 2,3,4?

im going to hit a problem if it undefined and could be 3,2,4.

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 google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to