Re: [web2py] validate_and_insert() question

2012-07-23 Thread Alec Taylor
What kind of features are you looking to get from web2py? To me it sounds like Twisted might be a better solution for you. On Tue, Jul 24, 2012 at 5:27 AM, tiadobatima wrote: > > Hi guys, > > I'm trying to understand what validate_and_insert() > and validate_and_update() are doing to see if I c

[web2py] validate_and_insert() question

2012-07-23 Thread tiadobatima
Hi guys, I'm trying to understand what validate_and_insert() and validate_and_update() are doing to see if I can use it reliably. I'm writing an API, and I have no need for form validation. So after spending sometime reading the DAL code, I still have a few questions: - When I insert a record