diff options
author | stephan <stephan@noemail.net> | 2022-12-27 12:25:28 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-12-27 12:25:28 +0000 |
commit | de75c9c5a063663ab03a87193cc90cd44c890c53 (patch) | |
tree | 50fc96de816bc969c632157d1730d5eb5f1838c1 /ext/wasm/tester1.c-pp.js | |
parent | 69d8b3636e955b201d0f6ba5f05453a0baeb6785 (diff) | |
download | sqlite-de75c9c5a063663ab03a87193cc90cd44c890c53.tar.gz sqlite-de75c9c5a063663ab03a87193cc90cd44c890c53.zip |
Add links to module-symbols.html for newly-added APIs.
FossilOrigin-Name: 335ef03eb9694d1fd123f113f235cd34e97834fadc5f7c80489b6513be45d070
Diffstat (limited to 'ext/wasm/tester1.c-pp.js')
-rw-r--r-- | ext/wasm/tester1.c-pp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/tester1.c-pp.js b/ext/wasm/tester1.c-pp.js index c5b1a6e4b..5603ee93e 100644 --- a/ext/wasm/tester1.c-pp.js +++ b/ext/wasm/tester1.c-pp.js @@ -2690,7 +2690,7 @@ self.sqlite3InitModule = sqlite3InitModule; //////////////////////////////////////////////////////////////////////// T.g('Hook APIs') .t({ - name: "Commit/update/rollback hooks.", + name: "Commit/rollback/update hooks", predicate: ()=>wasm.bigIntEnabled || "Update hook requires int64", test: function(sqlite3){ let countCommit = 0, countRollback = 0;; |