How do you get subsets of data on subsets of field data or does it just need to be > = stuff?
oh i see: http://code.google.com/appengine/docs/python/datastore/gqlreference.html searches become rather limited, but less process intensive I guess.... -wes On Fri, Feb 12, 2010 at 10:37 AM, mdipierro <[email protected]> wrote: > yes. No like on gae. > > On Feb 12, 11:32 am, Wes James <[email protected]> wrote: >> What does this mean on gae: >> >> File >> "/base/data/home/apps/web2pyapi/1.339837915316861623/gluon/contrib/gql.py", >> line 592, in __init__ >> self._tables = [filter.left._tablename for filter in where.filters] >> AttributeError: 'Query' object has no attribute 'filters' >> >> I'm using: >> >> rows=db(db.ideModelAPI.ideModelAPIitem.like(query)).select(db.ideModelAPI.ALL) >> >> Does this mean "like" is not usable on gae? >> >> -wes > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" 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/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

