Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable SQLITE_ENABLE_PREUPDATE_HOOK Compile-time Option #97

Open
Zhu-jiatong opened this issue Aug 4, 2024 · 0 comments
Open

Enable SQLITE_ENABLE_PREUPDATE_HOOK Compile-time Option #97

Zhu-jiatong opened this issue Aug 4, 2024 · 0 comments

Comments

@Zhu-jiatong
Copy link

Zhu-jiatong commented Aug 4, 2024

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 Zhu-jiatong changed the title Enable 'SQLITE_ENABLE_PREUPDATE_HOOK' Enable SQLITE_ENABLE_PREUPDATE_HOOK Compile-time Option Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant