-
Notifications
You must be signed in to change notification settings - Fork 524
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
New sqlite libraries for Android native #492
base: master
Are you sure you want to change the base?
Conversation
Ohhh interesting. sounds like this is my problem too |
Is there anything I can do to help get this through? Testing? etc? |
Quite interested in this as well, especially on builds with |
@zzorba Ref. my comment here, maybe it'll help? #462 (comment) |
@rblalock thank you for this suggestion, I was strongly considering moving back to the built in SQLite, I just was trying to remember why I might have put the embedded version in to begin with. Edit: and as I suspected, supporting old android versions forced me to use the full SQLite implementation, since older OSes don't support the on conflict operations that typeorm is using in my current setup. |
There are conflicts. Also, can you confirm if all required functionality/features for native libs are working fine (use JSON test file in examples directory). Please reach out to the contributor of those libraries to make sure everything is covered and working. |
Yes @rblalock - testing/validation would be great. I have seen people having issues with JSON support and other things glancing through the original issue. |
Based on andpor#492
Updating the code lib fixed the #462 issue.
Tested Environments:
RN: 0.62.1
Device: S21 Android 11