[web2py] Re: update_or_insert error

2014-12-02 Thread Nico de Groot
The function _update_or_insert(... returns the sql that is generated. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because

[web2py] Re: update_or_insert error

2014-12-02 Thread Niphlod
On Tuesday, December 2, 2014 6:19:23 PM UTC+1, Nico de Groot wrote: The function _update_or_insert(... returns the sql that is generated. @nico: unfortunately there isn't (it's a two-step phase that isn't resolved to a single SQL statement) however, it made me spot the actual error in the

[web2py] Re: update_or_insert error

2014-12-02 Thread T.R.Rajkumar
Thanks Niphlod, I did as you said and it is working nicely. Thank you once again for pointing the mistake. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues)

[web2py] Re: update_or_insert error

2014-12-01 Thread T.R.Rajkumar
In the error page I find the following in the arguments. *File F:\trr\web2py\web2py\gluon\dal.py in update_or_insert at line 9380* code arguments variables Function argument list (self=Table cms_meas_details (id,meas_id,agt_no,jcod,...,m_content,remarks,update_uid,update_dt,line_no),