[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
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
versions: +Python 3.6 -Python 3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20366] SQLite FTS (full text search)

2015-07-24 Thread Mark Summerfield

Changes by Mark Summerfield m...@qtrac.eu:


--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20366
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20366] SQLite FTS (full text search)

2015-07-24 Thread Zachary Ware

Changes by Zachary Ware zachary.w...@gmail.com:


--
resolution:  - wont fix
stage:  - resolved

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20366
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue20366
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.)
See http://rogerbinns.github.io/apsw/index.html

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20366
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20366] SQLite FTS (full text search)

2014-01-26 Thread Tshepang Lekhonkhobe

Changes by Tshepang Lekhonkhobe tshep...@gmail.com:


--
nosy: +tshepang

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20366
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 208946
nosy: mark
priority: normal
severity: normal
status: open
title: SQLite FTS (full text search)
type: enhancement
versions: Python 3.4, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20366
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20366] SQLite FTS (full text search)

2014-01-23 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
components: +Build, Windows -Extension Modules

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20366
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20366] SQLite FTS (full text search)

2014-01-23 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
nosy: +loewis, zach.ware

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20366
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com