[web2py] Re: gae strangeness with & symbol

2010-10-07 Thread mattynoce
i wasn't able to get back to this for a while, but the new list:integer parts did it. to answer cfh's question, i was only seeing it on development. i hadn't deployed to try it on production. and yes, i was using sqlite for gae's dev. i didn't have to use the patch, but thanks for the heads-up. it

[web2py] Re: gae strangeness with & symbol

2010-08-11 Thread howesc
matt, are you seeing this on GAE production, or on your development server? if on development, are you using sqlite? if so, then see http://code.google.com/p/googleappengine/issues/detail?id=3232 i had to patch GAE dev server to work properly in this case. if that is not the case i'm sure it has

[web2py] Re: gae strangeness with & symbol

2010-08-11 Thread mdipierro
At one time there was a problem with GAE fething records buth by ID and other condition at the same time. I thought that was fix and this is teh first report of a problem. Can you try, instead of this: row = db((db.auth_user.id==1) & (db.auth_user.friends==2)).select().first() use row=db.auth