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-api-worker1.js | |
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-api-worker1.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-worker1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-worker1.js b/ext/wasm/api/sqlite3-api-worker1.js index fa6a43846..dea06341a 100644 --- a/ext/wasm/api/sqlite3-api-worker1.js +++ b/ext/wasm/api/sqlite3-api-worker1.js @@ -231,7 +231,7 @@ If the `dbId` does not refer to an opened ID, this is a no-op. If the `args` object contains a truthy `unlink` value then the database - will unlinked (deleted) after closing it. The inability to close a + will be unlinked (deleted) after closing it. The inability to close a db (because it's not opened) or delete its file does not trigger an error. |