Skip to content

Conversation

@marcelotduarte
Copy link
Contributor

Closes #1809
I believe this is the solution, from what I read in https://sqlite.org/src/doc/trunk/README.md

@marcelotduarte
Copy link
Contributor Author

The patch added:

('ENABLE_FTS3',),
 ('ENABLE_FTS4',),
 ('ENABLE_FTS5',),
 ('ENABLE_GEOPOLY',),
 ('ENABLE_PREUPDATE_HOOK',),
 ('ENABLE_RTREE',),
 ('ENABLE_SESSION',),

Copy link
Member

@mayeut mayeut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch @marcelotduarte.
Can a check be added in docker/tests/modules-check.py to make sure no regressions are introduced in the future ?

@marcelotduarte marcelotduarte requested a review from mayeut July 11, 2025 08:17
@marcelotduarte
Copy link
Contributor Author

Sure. Added.

@mayeut mayeut merged commit d34640c into pypa:main Jul 11, 2025
18 checks passed
@marcelotduarte marcelotduarte deleted the sqlite3 branch July 11, 2025 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sqlite3 missing FTS5 extension

2 participants