Hello,
I was looking at this specific method update_record, and found it to be useful. I would like to know what its return values are based on whether the update succeeded or failed. I realized that on success, the updated Row is returned. Not sure what happens if there is any sort of failure.

The API document that am using is: http://127.0.0.1:8000/examples/static/epydoc ... the one that is accessible once I start a local instance of web2py. I see that the update_record is handled by Record_Updater(), which performs a "colset.update()"... and so on. Is there an easier way to figure out the return value for these functions?
Thanks,
Kiran

--

________________________________________
Kiran Subbaraman
http://subbaraman.wordpress.com/about/

--
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 you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to