[issue20366] SQLite FTS (full text search)

2016-09-05 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev resolution: -> fixed stage: needs patch -> resolved s

[issue20366] SQLite FTS (full text search)

2016-09-05 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue20366] SQLite FTS (full text search)

2016-09-05 Thread Zachary Ware
Zachary Ware added the comment: 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. -- resolution: wont fix -> stage: resolved -> needs patch status: closed -> open versi

[issue20366] SQLite FTS (full text search)

2015-07-24 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: -> wont fix stage: -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue20366] SQLite FTS (full text search)

2015-07-24 Thread Mark Summerfield
Changes by Mark Summerfield : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue20366] SQLite FTS (full text search)

2014-07-10 Thread Mark Summerfield
Mark Summerfield added the comment: 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.) Se

[issue20366] SQLite FTS (full text search)

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: "SQLite FTS3 and FTS4 Extensions" here http://www.sqlite.org/fts3.html -- nosy: +BreamoreBoy, steve.dower ___ Python tracker ___

[issue20366] SQLite FTS (full text search)

2014-01-26 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue20366] SQLite FTS (full text search)

2014-01-23 Thread Ned Deily
Changes by Ned Deily : -- components: +Build, Windows -Extension Modules ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue20366] SQLite FTS (full text search)

2014-01-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: +loewis, zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue20366] SQLite FTS (full text search)

2014-01-23 Thread Mark Summerfield
New submission from Mark Summerfield: 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. -- components: Extension Modules messages: 2089