After converting an attribute from decimal to integer: at synchronizing the database, the database's content is corrupted. More precise: the attribute's values get thrown away and the attribute-values to the right, all shift one column to the left, even getting casted to the type of the column where the value happens to get moved to! This happens on a MariaDb. So I also tried this on the built-in database and there it is slightly different: the changed attribute is stripped from it's values and is moved to the end of the table. Wtf? Is this a known error? What is going on here?
↧