> El martes, 25 de septiembre de 2012 15:09:07 UTC-3, Massimo Di Pierro escribió:The driver should. but it does not. I guess we can > catch at the adapter level.
Then, I guess this not a web2py issue but a feature not implemented in the db engine specific interface. For solving that, there would be need to filter every datetime, date or time value and check if it has a compatible format for each sql adapter (Sqlite, MySQL, ...). Anyway, this kind of errors can be catched by appropiate use of validators. --

