crudkit
crudkit copied to clipboard
SQL Data provider set val inconsistent
There is an inconsistency with the set value method between inserting and updating a row.
For dates to save the column has to be passed through the cleanValue method. This is happens for updates, but for adding a column it's not. Is this by design?