Skip to content

Commit

Permalink
Enable sqlite_stat4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces committed May 24, 2024
1 parent b1f2ff5 commit 94fb25e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sqlite3/sqlite_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1

#define LONGDOUBLE_TYPE double

#define HAVE_LOG2 1
#define HAVE_LOG10 1
#define HAVE_ISNAN 1
Expand Down
1 change: 1 addition & 0 deletions sqlite3/sqlite_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#define SQLITE_DEFAULT_FOREIGN_KEYS 1
#define SQLITE_ENABLE_ATOMIC_WRITE
#define SQLITE_ENABLE_BATCH_ATOMIC_WRITE
#define SQLITE_ENABLE_STAT4 1

// We have our own memdb VFS.
// To avoid interactions between the two,
Expand Down

0 comments on commit 94fb25e

Please sign in to comment.