On Sat, Dec 26, 2009 at 12:30 AM, Jonathan <[email protected]> wrote: > I'm about to go crazy... :( > When adding the "order by" sorter it returns an error... > any idea? > > greetings = db.GqlQuery("SELECT * FROM VisualBox WHERE creator > = :wcreator " > "ORDER BY created DESC", > wcreator='neokiko')
Is your "created" field indexed and have the indexes been built? -- 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.
