diff options
author | stephan <stephan@noemail.net> | 2022-12-23 19:33:22 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-12-23 19:33:22 +0000 |
commit | 77eac0507c7f36a50814336fb1da6a5c3923ffec (patch) | |
tree | 8011d103173334c018a71d606342614d743c1990 /ext/wasm/api/sqlite3-wasm.c | |
parent | b5915699d0404bcd3b502e18af3d889d0bf581dc (diff) | |
parent | 3705f38ab0a22187fd019e431c280cb82eca1165 (diff) | |
download | sqlite-77eac0507c7f36a50814336fb1da6a5c3923ffec.tar.gz sqlite-77eac0507c7f36a50814336fb1da6a5c3923ffec.zip |
Merge trunk into wasm-session-api branch.
FossilOrigin-Name: f1decc831fe0dc8523956e74474d9663852b0e5b56240dd8504952726e713a97
Diffstat (limited to 'ext/wasm/api/sqlite3-wasm.c')
-rw-r--r-- | ext/wasm/api/sqlite3-wasm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/wasm/api/sqlite3-wasm.c b/ext/wasm/api/sqlite3-wasm.c index 39720ff9d..3f0d40e5c 100644 --- a/ext/wasm/api/sqlite3-wasm.c +++ b/ext/wasm/api/sqlite3-wasm.c @@ -99,6 +99,9 @@ #ifndef SQLITE_ENABLE_FTS4 # define SQLITE_ENABLE_FTS4 1 #endif +#ifndef SQLITE_ENABLE_MATH_FUNCTIONS +# define SQLITE_ENABLE_MATH_FUNCTIONS 1 +#endif #ifndef SQLITE_ENABLE_OFFSET_SQL_FUNC # define SQLITE_ENABLE_OFFSET_SQL_FUNC 1 #endif |