sqlite3.dart
sqlite3.dart copied to clipboard
Increse default sqlite_max_variable_number
If possible, increase sqlite_max_variable_number. The default value of SQLITE_LIMIT_VARIABLE_NUMBER in the latest sqlite is 32766. When dealing with large amounts of data, the default 32766 is too small and painful.
So please increase it.
On In Ubuntu its value is 250,000?
I suggest 1,000,000!
Thx.