message: "SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type numeric: “242,43"”
I changed the field type of the destination field in the database to “Decimal”, where it was an integer before, but it gets changed back every time after applying the database changes. Creation of new fields of Decimal type are also saved as Integer type fields after applying the db changes.
Did that manually in the csv and tried again, got the same error. Could this be the cause?
Also, when I tried to Allow null for another field and applied the database changes, the changes were successfull according to the Wappler dialog, but afterwards the settings are back to the old in the Database manager..
Bypassed this temporarily by adding static data for the database fields I want to “Allow null” but don’t get changed. There are no errors returned by XHR, but the data are not inserted in the database, here’s the XHR output: