We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f2ff5 commit 94fb25eCopy full SHA for 94fb25e
sqlite3/sqlite_cfg.h
@@ -18,6 +18,8 @@
18
#define HAVE_STDINT_H 1
19
#define HAVE_INTTYPES_H 1
20
21
+#define LONGDOUBLE_TYPE double
22
+
23
#define HAVE_LOG2 1
24
#define HAVE_LOG10 1
25
#define HAVE_ISNAN 1
sqlite3/sqlite_opt.h
@@ -23,6 +23,7 @@
#define SQLITE_DEFAULT_FOREIGN_KEYS 1
#define SQLITE_ENABLE_ATOMIC_WRITE
#define SQLITE_ENABLE_BATCH_ATOMIC_WRITE
26
+#define SQLITE_ENABLE_STAT4 1
27
28
// We have our own memdb VFS.
29
// To avoid interactions between the two,
0 commit comments