Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite FTS (full text search) #64565

Closed
mark-summerfield mannequin opened this issue Jan 23, 2014 · 5 comments
Closed

SQLite FTS (full text search) #64565

mark-summerfield mannequin opened this issue Jan 23, 2014 · 5 comments
Labels
build The build process and cross-build OS-windows type-feature A feature request or enhancement

Comments

@mark-summerfield
Copy link
Mannequin

mark-summerfield mannequin commented Jan 23, 2014

BPO 20366
Nosy @loewis, @mark-summerfield, @zware, @zooba

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2016-09-05.23:20:02.752>
created_at = <Date 2014-01-23.14:39:10.229>
labels = ['type-feature', 'OS-windows', 'build']
title = 'SQLite FTS (full text search)'
updated_at = <Date 2016-09-05.23:20:02.749>
user = 'https://github.com/mark-summerfield'

bugs.python.org fields:

activity = <Date 2016-09-05.23:20:02.749>
actor = 'python-dev'
assignee = 'none'
closed = True
closed_date = <Date 2016-09-05.23:20:02.752>
closer = 'python-dev'
components = ['Build', 'Windows']
creation = <Date 2014-01-23.14:39:10.229>
creator = 'mark'
dependencies = []
files = []
hgrepos = []
issue_num = 20366
keywords = []
message_count = 5.0
messages = ['208946', '222672', '222727', '274439', '274465']
nosy_count = 6.0
nosy_names = ['loewis', 'mark', 'tshepang', 'python-dev', 'zach.ware', 'steve.dower']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue20366'
versions = ['Python 3.6']

@mark-summerfield
Copy link
Mannequin Author

mark-summerfield mannequin commented Jan 23, 2014

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.

@mark-summerfield mark-summerfield mannequin added extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Jan 23, 2014
@ned-deily ned-deily added build The build process and cross-build OS-windows and removed extension-modules C modules in the Modules dir labels Jan 23, 2014
@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Jul 10, 2014

"SQLite FTS3 and FTS4 Extensions" here http://www.sqlite.org/fts3.html

@mark-summerfield
Copy link
Mannequin Author

mark-summerfield mannequin commented Jul 11, 2014

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

@mark-summerfield mark-summerfield mannequin closed this as completed Jul 24, 2015
@zware
Copy link
Member

zware commented Sep 5, 2016

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.

@zware zware reopened this Sep 5, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented Sep 5, 2016

New changeset d52f10a0f10d by Zachary Ware in branch 'default':
Closes bpo-20366: Build full text search support into SQLite on Windows
https://hg.python.org/cpython/rev/d52f10a0f10d

@python-dev python-dev mannequin closed this as completed Sep 5, 2016
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build OS-windows type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants