sqlite-net
sqlite-net copied to clipboard
Too many SQL variables -how fix this issue?
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?
I would be interested as well 🤞
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.