-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
Description
Hello!
First, thanks for all the work being put into this library.
Problem: We keep bumping into the 999 default limit (https://www.sqlite.org/limits.html) and would like to increase it.
Question with regards to adding an additional SQLITE_MAX_VARIABLE_NUMBER flag to the SQLite compilation process (sqlite-android/sqlite-android/src/main/jni/sqlite/Android.mk). Currently I see no way that this can be customized on the consumer side. At this moment, I plan on creating a fork to add this flag for our purposes, but perhaps there's a way to make this more customizable?