Possibly best just to try it!

But from
http://code.google.com/appengine/docs/datastore/queriesandindexes.html

* In the case of a tie, the key of the entity is used as the tie-breaker.

... its talking about list fields - but the same code is probably used
for sort order of non-lists.


On Tue, Oct 14, 2008 at 3:05 PM, David Wilson (entertainment cloud)
<[EMAIL PROTECTED]> wrote:
>
> as a note, its fine if it is 3,2,4. as long as its always 3,2,4.
>
>
>
> On Oct 14, 3:00 pm, "David Wilson (entertainment cloud)"
> <[EMAIL PROTECTED]> wrote:
>> 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.
> >
>



-- 
Barry

- www.nearby.org.uk - www.geograph.org.uk -

--~--~---------~--~----~------------~-------~--~----~
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