[google-appengine] Re: consistent order when sorting on values that are the same?

2008-10-14 Thread Marzia Niccolai
I can confirm that it is the key that is used. -Marzia On Tue, Oct 14, 2008 at 12:45 PM, David Wilson (entertainment cloud) < [EMAIL PROTECTED]> wrote: > > > ok, thanks, I read that, but wasnt sure. > > testing will be the way forward :) > > > > On Oct 14, 7:11 pm, "Barry Hunter" <[EMAIL PROTECT

[google-appengine] Re: consistent order when sorting on values that are the same?

2008-10-14 Thread David Wilson (entertainment cloud)
ok, thanks, I read that, but wasnt sure. testing will be the way forward :) On Oct 14, 7:11 pm, "Barry Hunter" <[EMAIL PROTECTED]> wrote: > Possibly best just to try it! > > But fromhttp://code.google.com/appengine/docs/datastore/queriesandindexes.html > > * In the case of a tie, the key of t

[google-appengine] Re: consistent order when sorting on values that are the same?

2008-10-14 Thread Barry Hunter
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, O

[google-appengine] Re: consistent order when sorting on values that are the same?

2008-10-14 Thread David Wilson (entertainment cloud)
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