diff options
author | stephan <stephan@noemail.net> | 2025-03-14 09:34:09 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-03-14 09:34:09 +0000 |
commit | 1560045c328e5dc3b9a09e9c975b8626f984ef4f (patch) | |
tree | 311785e7d0cb0fc825249e8e7b82810a83e0a2b6 /src | |
parent | 99e8490705b405fdc9f04e036fe288fe9c3b2955 (diff) | |
download | sqlite-1560045c328e5dc3b9a09e9c975b8626f984ef4f.tar.gz sqlite-1560045c328e5dc3b9a09e9c975b8626f984ef4f.zip |
Cherrypick the [2b582c0097e33] doc addition, which was initially committed to the wrong branch.
FossilOrigin-Name: f786de8d1873cd27b1bf83273a1e100e9d481144674888ccf65974e003a3caad
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index c53218aa0..71338031c 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -7071,6 +7071,8 @@ int sqlite3_autovacuum_pages( ** ** ^The second argument is a pointer to the function to invoke when a ** row is updated, inserted or deleted in a rowid table. +** ^The update hook is disabled by invoking sqlite3_update_hook() +** with a NULL pointer as the second parameter. ** ^The first argument to the callback is a copy of the third argument ** to sqlite3_update_hook(). ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE], |