sqlite-net icon indicating copy to clipboard operation
sqlite-net copied to clipboard

Too many SQL variables -how fix this issue?

Open FetFrumos opened this issue 4 years ago • 2 comments

Hello, I have this error in my app : "Too many SQL variables". For to fix, I can use the function

[sqlite3_limit(db,SQLITE_LIMIT_VARIABLE_NUMBER,size)][1]

but i can't find how to use it function in sqlite-net. Is it possible? Any advice?

FetFrumos avatar Jun 12 '20 11:06 FetFrumos

I would be interested as well 🤞

smardine avatar Mar 30 '23 12:03 smardine

I believe sqlite3_limit is not yet implemented in src/SQLite.cs

One would need to add this probably around here in the code, with the appropriate arguments.

benzo-diazepine avatar Apr 11 '23 15:04 benzo-diazepine