storesafe / cordova-sqlite-evcore-extbuild-free

Cordova sqlite plugin with Android performance enhancements for PhoneGap Build, GPL v3 or commercial license options
Other
24 stars 13 forks source link

Increase maximum number of argument parameters in a SQL statement #33

Open brodybits opened 6 years ago

brodybits commented 6 years ago

As asked in https://github.com/litehelpers/Cordova-sqlite-storage/issues/764:

This is done by increasing SQLITE_LIMIT_VARIABLE_NUMBER. This should be trivial for iOS/macOS (edit plugin.xml) and Windows (edit src/windows/SQLite3-Win-RT/SQLite3/SQLite3.Shared.vcxitems). For Android this would involve rebuilding litehelpers / Android-sqlite-evcore-native-driver-free.

I would be happy to increase this to say 2000, 5000, or perhaps even 9999 if there is enough interest from the user community.