Issue 20366: SQLite FTS (full text search) (original) (raw)

Issue20366

Created on 2014-01-23 14:39 by mark, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg208946 - (view) Author: Mark Summerfield (mark) * Date: 2014-01-23 14:39
This is a feature request that future versions of SQLite 3 that are bundled with Python 3 in the Windows binary packages (.msi files) has been build with the FTS4 (full text search version 4) enabled.
msg222672 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-07-10 14:44
"SQLite FTS3 and FTS4 Extensions" here http://www.sqlite.org/fts3.html
msg222727 - (view) Author: Mark Summerfield (mark) * Date: 2014-07-11 05:56
Just to mention that I don't need this feature anymore since I've now switched to using APSW which includes it and also has much fuller SQLite support than the sqlighe3 module. (I haven't closed it though since other people have participated in some way.) See http://rogerbinns.github.io/apsw/index.html
msg274439 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2016-09-05 21:41
The Mac installer includes FTS in its SQLite build, so we should match it on Windows. I just updated the SQLite version for Windows, so now's a good time to do this.
msg274465 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-05 23:20
New changeset d52f10a0f10d by Zachary Ware in branch 'default': Closes #20366: Build full text search support into SQLite on Windows https://hg.python.org/cpython/rev/d52f10a0f10d
History
Date User Action Args
2022-04-11 14:57:57 admin set github: 64565
2016-09-05 23:20:02 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: needs patch -> resolved
2016-09-05 21:51:12 BreamoreBoy set nosy: - BreamoreBoy
2016-09-05 21:41:52 zach.ware set status: closed -> openversions: + Python 3.6, - Python 3.4, Python 3.5messages: + resolution: wont fix -> (no value)stage: resolved -> needs patch
2015-07-24 18🔞09 zach.ware set resolution: wont fixstage: resolved
2015-07-24 18:11:31 mark set status: open -> closed
2014-07-11 05:56:49 mark set messages: +
2014-07-10 14:44:11 BreamoreBoy set nosy: + BreamoreBoy, steve.dowermessages: +
2014-01-27 04:20:00 tshepang set nosy: + tshepang
2014-01-23 17:25:34 ned.deily set components: + Build, Windows, - Extension Modules
2014-01-23 17:25:04 ned.deily set nosy: + loewis, zach.ware
2014-01-23 14:39:10 mark create