i using python 3.5.1 comes sqlite version of 3.8.11. wonder if use version of sqlite (say latest one of now) current python. if answer yes how do that? learning here tried not anything:
pip install sqlite3 --upgrade
i using sqlite3 in django project needs full-text search. reading this, , @ point tempted use latest version of sqlite3 said had improvements on previous versions, seemed interesting me. anyway, possible use later version of sqlite3 without upgrading python?
note: question re-written, many comments may seem irrelevant. alasdair, came know previous question didn't make sense, hence re-wrote it.
after googling found way this. need download sqlite3.dll
(pre-compiled binary) file here. copy on file in dlls
folder in python installation directory. may want make backup of old sqlite3.dll
file in case may decide revert.
Comments
Post a Comment