You query the datastore as such:

        latest = Stuff.gql(" ORDER BY date DESC LIMIT 4")

        four = latest.count()


The four variable does not equal "4". For some reason, the limit
clause is ignored.


Is this not a pretty major bug? I'm surprised I'm the first person to
notice this, from what I can tell.





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
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