Hello,

I think I found a bug or at least a regression... I am pretty sure that in 
the past DAL was accepting "," as a decimal mark and replace it by "." 
before insert input data... This appears to be not longer the case...

It now trigger this error : 

<class 'psycopg2.ProgrammingError'> INSERT has more expressions than target 
columns LINE 1: 
...','||',10,2E10+8,'2017-08-04',1814,'','',NULL,1,1,'2017-08-0... ^

I guess it related to decimal/numeric validation.

Even if it may not have been intent to be supported in the past, I am 
pretty sure that the fact that inputing a comma instead of a point 
shouldn't be triggering such error as this input comma should be escape (at 
least) and not failed without return a validator error message to the end 
user...

Richard

-- 
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/d/optout.

Reply via email to