Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit dcc7f5e

Browse files
committed
[[ libsqlite ]] Enable FTS5
1 parent 2231d8e commit dcc7f5e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libsqlite/libsqlite.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
'defines':
3232
[
3333
'SQLITE_ENABLE_FTS3',
34-
'SQLITE_ENABLE_FTS4',
3534
'SQLITE_ENABLE_FTS3_PARENTHESIS',
35+
'SQLITE_ENABLE_FTS4',
36+
'SQLITE_ENABLE_FTS5',
3637
'SQLITE_ENABLE_RTREE',
3738
],
3839

0 commit comments

Comments
 (0)