You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consider enabling the SQLITE_ENABLE_PREUPDATE_HOOK compile-time option to allow for the use of the void *sqlite3_preupdate_hook function. Thank you.
Presently, the use of the function void *sqlite3_preupdate_hook would produce the error error: 'sqlite3_preupdate_hook' was not declared in this scope; did you mean 'sqlite3_update_hook'? upon build.
The text was updated successfully, but these errors were encountered:
Zhu-jiatong
changed the title
Enable 'SQLITE_ENABLE_PREUPDATE_HOOK'
Enable SQLITE_ENABLE_PREUPDATE_HOOK Compile-time Option
Aug 4, 2024
Please consider enabling the
SQLITE_ENABLE_PREUPDATE_HOOK
compile-time option to allow for the use of thevoid *sqlite3_preupdate_hook
function. Thank you.Presently, the use of the function
void *sqlite3_preupdate_hook
would produce the errorerror: 'sqlite3_preupdate_hook' was not declared in this scope; did you mean 'sqlite3_update_hook'?
upon build.The text was updated successfully, but these errors were encountered: