You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have installed the latest sqlite3 and make it accessible in cmd (make the directory in path variable by editing the environment variable), but the plugin still can't be enabled.
the Dependencies still see red text: seqlite version 3.43.0 or higher - Failed
Same issue here with version 0.76.0 on Windows 10. It looks like the bundled libsqlite3-0.dll is version 3.39.2. If I manually replace that DLL (in _internal) with the latest 64-bit 3.47.2 DLL from https://sqlite.org/download.html, then the plugin dependencies show OK and the index creates/updates. I see a performance improvement in text searches and the new tables are created in index.db so the plugin appears to be functional with the updated DLL.
Describe the bug
I have installed the latest sqlite3 and make it accessible in cmd (make the directory in path variable by editing the environment variable), but the plugin still can't be enabled.
the Dependencies still see red text: seqlite version 3.43.0 or higher - Failed
my seqlite version is : SQLite version 3.47.2
To Reproduce
Steps to reproduce the behavior:
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: