For Python, you just have to replace the sqlite3.dll file in your 
\Python27\DLLs folder. (Or equivalent folder for other versions) You can either 
copy in the precompiled one, or compile your own dll with different compilation 
options etc. The only downside to this is that everyone who's running a Python 
script to access a particular database might have a different dll in their 
Python folder. I update mine whenever a new version comes out, but have had to 
make some databases without the newer features so that my scripts will work for 
J. Random User with their 5 or 6 year old version.


-----Original Message-----
From: sqlite-users-bounces at mailinglists.sqlite.org 
[mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Christoforus 
Surjoputro
Sent: Thursday, March 17, 2016 1:21 PM
To: SQLite mailing list
Subject: Re: [sqlite] ASK matchinfo performance
Importance: Low

Hi Daniel, thanks for reply.
So it's better to upgrade sqlite that support fts5? I've tried to find how to 
use latest sqlite in python but there is no help. I should build python from 
source that I don't want it.
Btw, when I need to rank for relevancy, is I must use x parameter?
Thank you. 

Reply via email to