No, TaskLogs is (in the code snippet you pasted above), a GqlQuery object. To get the list of results, you need to call .fetch(limit), or .count(limit) if you just want a result count.
-Nick Johnson On Thu, May 21, 2009 at 2:57 AM, Neal <[email protected]> wrote: > > Actually, on further testing, my count is still not working, always > seems to return 0. > TaskLogs is a list of TaskLog objects, right? > > > Neal > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
