sqlite3.dart icon indicating copy to clipboard operation
sqlite3.dart copied to clipboard

Increse default sqlite_max_variable_number

Open glanium opened this issue 7 months ago • 1 comments

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.

glanium avatar Jul 11 '24 11:07 glanium