Closed carlosvega closed 6 years ago
SQLite is bundled inside this build so there is no easy way at the moment. Whatever you install system-wide would not be available to portable builds. You would need to rebuild everything yourself with this extra configure switch. I will add FTS support next time there will be a PyPy release.
Thanks ! :-)
I added fts5 to 6.0.0 release:
https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-6.0.0-linux_x86_64-portable.tar.bz2
print(available_pragmas)
[('COMPILER=gcc-7.2.0',), ('ENABLE_FTS3',), ('ENABLE_FTS5',), ('ENABLE_RTREE',), ('THREADSAFE=1',)]
Thank you very much for this!
El El dom, 29 abr 2018 a las 23:04, Paweł Piotr Przeradowski < notifications@github.com> escribió:
I added fts5 to 6.0.0 release:
https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-6.0.0-linux_x86_64-portable.tar.bz2
print(available_pragmas) [('COMPILER=gcc-7.2.0',), ('ENABLE_FTS3',), ('ENABLE_FTS5',), ('ENABLE_RTREE',), ('THREADSAFE=1',)]
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/squeaky-pl/portable-pypy/issues/70#issuecomment-385281599, or mute the thread https://github.com/notifications/unsubscribe-auth/ABWU9YLZzg8GRrC6mYFMj05lHrmyMo0Iks5ttirhgaJpZM4SuJLq .
-- Saludos,
Carlos Vega
Could you tell me how to add FTS5 support for your sqlite version inside the virtualenv? Could you add it? Locally I have a version installed this way but when I run this script to check FTS5 support with the virtualenv enabled I get a NO as an answer.
Any advice? Thanks.