Conversation
justification for parameter changes: - different handling of pragma values - shared cache is discouraged by sqlite https://www.sqlite.org/sharedcache.html - mode appears to not be a thing that can be set
xorm dialect is sqlite3 not sqlite
co-authored-by: gemini3-flash
For transparency here's what the backing reasoning was given to me for changes in 7ba7317 (model used is noted in commit)
I do not fully trust the explanation, however it is (as always with LLMs) plausible. I have tried the file backed version without connection limit and it does work without issues here so there should be no impact anywhere except tests. |
drop mattn sqlite library in favor of modernrc