sqlite-fts-python icon indicating copy to clipboard operation
sqlite-fts-python copied to clipboard

support FTS5

Open hideaki-t opened this issue 8 years ago • 2 comments

see https://www.sqlite.org/fts5.html peewee also supports FTS5 https://github.com/coleifer/peewee/blob/master/playhouse/sqlite_ext.py

FTS5 API has been changed @ SQLite 3.20.0, consider support both old and new APIs.

hideaki-t avatar Jul 31 '16 12:07 hideaki-t

Is the FTS5 support working as intended? If so, shouldn't this issue be closed?

karlb avatar Sep 18 '22 09:09 karlb

I think I kept this open as Fts5ExtensionApi functions are not fully supported. currently only xTokenize is supported.

maybe I can close this, and open another issue to cover more Fts5ExtensionApi functions.

hideaki-t avatar Sep 18 '22 14:09 hideaki-t