[web2py] Re: dal.py password is invalid keyword for this function error

2010-03-06 Thread villas
It's probably due to SQL Reserved Keywords: web2py.com/book/default/ section/6/2 Password didn't previously seem to cause a problem in MySql itself, but it should still be avoided so that your app is more transportable across DBs. I am not sure how to turn off the checking, but I imagine it

Re: [web2py] Re: dal.py password is invalid keyword for this function error

2010-03-06 Thread Thadeus Burgess
The checking is off by default, you have to explicitly enable it. Therefore unless he is using it, it is not causing a problem. And the error message looks nothing like the one that the check emits anyways :) It would help if we had a stack-trace to see where the error is being triggered.