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

Not able to increase SQLITE_MAX_VARIABLE_NUMBER limit for android #764

Open
khatridev opened this issue Mar 22, 2018 · 2 comments
Open

Not able to increase SQLITE_MAX_VARIABLE_NUMBER limit for android #764

khatridev opened this issue Mar 22, 2018 · 2 comments

Comments

@khatridev
Copy link

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.

@brody4hire
Copy link

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.

@brody4hire
Copy link

ref: #558

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

No branches or pull requests

2 participants