From 96b6371d709a91015204b14e4b83e61a209bbde2 Mon Sep 17 00:00:00 2001 From: stephan Date: Thu, 20 Oct 2022 21:28:31 +0000 Subject: 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 --- ext/wasm/api/sqlite3-wasm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/wasm/api/sqlite3-wasm.c') 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 -- cgit v1.2.3