Added an initial proposal for the preupdate hook.

Created an initial proposal/direction for the preupdate hook. It is
heavily based on the update hook, with only minor modifications to that
code. This means that it entirely translate the original C API.
This commit is contained in:
Midas Lambrichts
2021-02-02 22:00:19 +01:00
parent 5f7d7ec1a6
commit 86199e1b78
3 changed files with 92 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ trace = ["libsqlite3-sys/min_sqlite_version_3_6_23"]
bundled = ["libsqlite3-sys/bundled", "modern_sqlite"]
buildtime_bindgen = ["libsqlite3-sys/buildtime_bindgen"]
limits = []
hooks = []
hooks = ["libsqlite3-sys/preupdate_hook"]
i128_blob = ["byteorder"]
sqlcipher = ["libsqlite3-sys/sqlcipher"]
unlock_notify = ["libsqlite3-sys/unlock_notify"]