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

Commit 4e53f21

Browse files
Merge pull request #124 from livecode/bugfix-21821
[21821] Enable JSON storage/retrieval within a Sqlite database
2 parents 914526e + 9040052 commit 4e53f21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libsqlite/libsqlite.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'SQLITE_ENABLE_FTS4',
3636
'SQLITE_ENABLE_FTS5',
3737
'SQLITE_ENABLE_RTREE',
38+
'SQLITE_ENABLE_JSON1',
3839
],
3940

4041
'sources':

0 commit comments

Comments
 (0)