Skip to content

Commit

Permalink
SQLite3MultipleCiphers: enable dbstat and other vtabs (#967)
Browse files Browse the repository at this point in the history
The CMake definitions look like they only apply to builds which enable
shell, which doesn't make much sense. We rely on dbstat, so let's just
enable it.
  • Loading branch information
psarna authored Jan 30, 2024
1 parent 4332bb6 commit 3dc46e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libsql-ffi/bundled/SQLite3MultipleCiphers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ set(SQLITE3MC_BASE_DEFINITIONS
LIBSQL_EXTRA_PRAGMAS=1
LIBSQL_CUSTOM_PAGER_CODEC=1

SQLITE_ENABLE_DBSTAT_VTAB=1
SQLITE_ENABLE_DBPAGE_VTAB=1
SQLITE_ENABLE_STMTVTAB=1

HAVE_CIPHER_AES_128_CBC=0
HAVE_CIPHER_AES_256_CBC=1
HAVE_CIPHER_CHACHA20=0
Expand Down

0 comments on commit 3dc46e5

Please sign in to comment.