David,

Please see this issue,

http://code.google.com/p/googleappengine/issues/detail?id=901&q=order%20by&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component

On Mon, Mar 23, 2009 at 10:38 AM, David I. Murray <tas...@gmail.com> wrote:
>
> Consider these 2 queries:
>
> Query 1:
> SELECT * FROM Action WHERE study= '2a' and type = 'o' ORDER BY __key__
>
> Query 2:
> SELECT * FROM Action WHERE study= '2a' and type = 'o'
>
> Is there any reason why query 1 would return fewer results than query
> 2? Because when I run them (just via the admin console), this is what
> happens... I am convinced it's an App Engine bug. Here's my action
> model:
>
> class Action(db.Model):
>  participantID = db.StringProperty()
>  study = db.StringProperty()
>  date = db.IntegerProperty()
>  type = db.StringProperty()
>  value = db.TextProperty()
>
> Any help is greatly appreciated!
>
> Thanks,
> Dave
> >
>



-- 
=======================================
株式会社ビープラウド  イアン・ルイス
〒150-0012
東京都渋谷区広尾1-11-2アイオス広尾ビル604
email: ianmle...@beproud.jp
TEL:03-5795-2707
FAX:03-5795-2708
http://www.beproud.jp/
=======================================

--~--~---------~--~----~------------~-------~--~----~
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 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to