You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have sqlite queries that has more than 1000 host parameters in it, I have updated SQLITE_MAX_VARIABLE_NUMBER to 2000 that works for iOS and Windows but not in Android. May I know if any other configuration is needed for Android specifically.
[ Cordova app with CLI 5.3.3 ; Cordova-sqlite-storage version 0.7.15-dev ]
Note: I have updated the plugin and tested still issue persists.
The text was updated successfully, but these errors were encountered:
It is possible to increase this limit on Android by rebuilding NDK JAR from brodybits / Android-sqlite-ext-native-driver, including the new NDK JAR in a custom version of this plugin, and referencing the new NDK JAR in plugin.xml. I hope to document this someday.
I have sqlite queries that has more than 1000 host parameters in it, I have updated SQLITE_MAX_VARIABLE_NUMBER to 2000 that works for iOS and Windows but not in Android. May I know if any other configuration is needed for Android specifically.
[ Cordova app with CLI 5.3.3 ; Cordova-sqlite-storage version 0.7.15-dev ]
Note: I have updated the plugin and tested still issue persists.
The text was updated successfully, but these errors were encountered: