esp32_arduino_sqlite3_lib icon indicating copy to clipboard operation
esp32_arduino_sqlite3_lib copied to clipboard

Enable `SQLITE_ENABLE_PREUPDATE_HOOK` Compile-time Option

Open Zhu-jiatong opened this issue 1 year ago • 0 comments

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.

Zhu-jiatong avatar Aug 04 '24 04:08 Zhu-jiatong