SQLite Forum

How to upgrade sqlite3 version
Login

How to upgrade sqlite3 version

(1) By anonymous on 2020-04-08 00:10:58 [source]

Hi, how to upgrade sqlite3 version? I use pycharm to code in windows 10. The output of this print(sqlite3.sqlite_version) is 3.21.0

(2) By Keith Medcalf (kmedcalf) on 2020-04-08 05:06:06 in reply to 1 [link] [source]

Find the sqlite3.dll file being used and replace it with a later version.