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.

Reply via email to