Currently, the DAL insert() function allows one to insert a record with a 
DATE field containing a string type using sqlite as the database. My guess 
is that there are other types that also go unchecked within the insert() 
function. I think it would be a good idea to raise an exception or 
something within insert() whenever the wrong type is passed into an 
argument so that there is one less way of accidentally corrupting the 
database.

-- 

--- 
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