1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Add links to module-symbols.html for newly-added APIs.

FossilOrigin-Name: 335ef03eb9694d1fd123f113f235cd34e97834fadc5f7c80489b6513be45d070
This commit is contained in:
stephan
2022-12-27 12:25:28 +00:00
parent 69d8b3636e
commit de75c9c5a0
4 changed files with 15 additions and 9 deletions

View File

@@ -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;;