[google-appengine] Re: about DB.Query Question

2008-12-08 Thread ivivian
ueries since you use fpx > and ffpx <. > > http://code.google.com/appengine/docs/datastore/queriesandindexes.htm... > > Thank you, > > Jeff > > On Dec 7, 7:28 pm,ivivian<[EMAIL PROTECTED]> wrote: > > > If the following statement, the normal: > &

[google-appengine] about DB.Query Question

2008-12-08 Thread ivivian
If the following statement, the normal: users = db.Query(Users) users.filter('fpx > ', getmin).filter('ffpx < ', getmax).filter('fpy = ', '180').filter('fpy = ', '1') If the following statement, the error: users = db.Query(Users) users.filter('fpx > ', getmin).filter('ffpx < ', getmax).filter('fp