Skip to content

Commit 0c34259

Browse files
committed
upgrade sqlite to 3.15, enable FTS4, FTS5
1 parent 638a50b commit 0c34259

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

deps/common-sqlite.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'variables': {
3-
'sqlite_version%':'3090100',
3+
'sqlite_version%':'3150000',
44
"toolset%":'',
55
},
66
'target_defaults': {
-2.18 MB
Binary file not shown.
2.38 MB
Binary file not shown.

deps/sqlite3.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
'defines': [
8181
'SQLITE_THREADSAFE=1',
8282
'SQLITE_ENABLE_FTS3',
83+
'SQLITE_ENABLE_FTS4',
84+
'SQLITE_ENABLE_FTS5',
8385
'SQLITE_ENABLE_JSON1',
8486
'SQLITE_ENABLE_RTREE'
8587
],
@@ -92,6 +94,8 @@
9294
'_REENTRANT=1',
9395
'SQLITE_THREADSAFE=1',
9496
'SQLITE_ENABLE_FTS3',
97+
'SQLITE_ENABLE_FTS4',
98+
'SQLITE_ENABLE_FTS5',
9599
'SQLITE_ENABLE_JSON1',
96100
'SQLITE_ENABLE_RTREE'
97101
],

0 commit comments

Comments
 (0)