Please open a ticken in google code and this will be corrected asap. On Tuesday, 25 September 2012 04:53:49 UTC-5, SergeyPo wrote: > > Update operation in Oracle gives ORA-12899 error if update value exceeds > length of a string field (VARCHAR2 type in Oracle). > This issue is correctly processed in INSERT statement, something like > > if db.type == 'oracle' and field.type == 'string': value = > value[:field.length] > > Please add same code into UPDATE statement processor in gluon. > > Tested in web2py version 1.99.5 >
--