Skip to content

Commit 3de27ba

Browse files
authored
revamp config JSON parsing (#12)
Makes config-consuming implementations cleaner, and avoids reliance on JSON1 through the SQLite used by SQLiteCpp (which in exotic scenarios like our JDBC bindings, can differ from the SQLite loading the extension).
1 parent a621a63 commit 3de27ba

2 files changed

Lines changed: 144 additions & 136 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif()
1818
FetchContent_Declare(
1919
sqlite_zstd_vfs
2020
GIT_REPOSITORY https://github.com/mlin/sqlite_zstd_vfs.git
21-
GIT_TAG dadf93e
21+
GIT_TAG a90ed8b
2222
)
2323
FetchContent_MakeAvailable(sqlite_zstd_vfs)
2424
include_directories(${sqlite_zstd_vfs_SOURCE_DIR}/src)

0 commit comments

Comments
 (0)