diff options
author | stephan <stephan@noemail.net> | 2022-10-20 21:28:31 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-10-20 21:28:31 +0000 |
commit | 96b6371d709a91015204b14e4b83e61a209bbde2 (patch) | |
tree | 00e7ca3dc7a33227b5540dc266ebbe4c7a2a3931 /ext/wasm/api/sqlite3-wasm.c | |
parent | 875b95d4f5759c78f69e70496f84fb797702304d (diff) | |
download | sqlite-96b6371d709a91015204b14e4b83e61a209bbde2.tar.gz sqlite-96b6371d709a91015204b14e4b83e61a209bbde2.zip |
Add more JS tests. Flesh out the aggregate UDF tests to use sqlite3_aggregate_context() so that they can each be used multiple times in the same statement. Add sqlite3_js_aggregate_context() convenience helper.
FossilOrigin-Name: 9d034ef5e1bab7c9651c2450dc85765fa6365d3f1414c711550de858ff8b3ece
Diffstat (limited to 'ext/wasm/api/sqlite3-wasm.c')
-rw-r--r-- | ext/wasm/api/sqlite3-wasm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/wasm/api/sqlite3-wasm.c b/ext/wasm/api/sqlite3-wasm.c index 1decf0593..8b767948e 100644 --- a/ext/wasm/api/sqlite3-wasm.c +++ b/ext/wasm/api/sqlite3-wasm.c @@ -48,6 +48,7 @@ ** want undefined. Please keep these alphabetized. */ #undef SQLITE_OMIT_DESERIALIZE +#undef SQLITE_OMIT_MEMORYDB /* ** Define any SQLITE_... config defaults we want if they aren't |