Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for numeric ids #1793

Open
Protonosgit opened this issue May 8, 2024 · 2 comments
Open

Support for numeric ids #1793

Protonosgit opened this issue May 8, 2024 · 2 comments

Comments

@Protonosgit
Copy link

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.

@KrisLau
Copy link
Contributor

KrisLau commented May 17, 2024

You can probably just convert the intergers to strings on your backend when returning the data to your frontend during sync?

@Protonosgit
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants