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
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.
The text was updated successfully, but these errors were encountered:
As asked in storesafe/cordova-sqlite-storage#764:
This is done by increasing
SQLITE_LIMIT_VARIABLE_NUMBER
. This should be trivial for iOS/macOS (editplugin.xml
) and Windows (editsrc/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.
The text was updated successfully, but these errors were encountered: