Open Protonosgit opened 6 months ago
You can probably just convert the intergers to strings on your backend when returning the data to your frontend during sync?
Thats what im currently doing but it took me some time to update everything because of the amount of tables from multiple sources I want to keep in sync. Having the option to use numbers or at least autoconvert to strings would be really helpful.
When using the sync feature of with a backend that relies on integer is the sync is rejected if the number is not returned as a string. -> Maybe autoconvert all numbers to string.