Merge remote-tracking branch 'midaslamb/preupdate_hook' into preupdate_hook

This commit is contained in:
Austin Schey
2024-03-30 06:07:36 -05:00
5 changed files with 163 additions and 587 deletions

View File

@@ -207,7 +207,12 @@ where
}
}
#[cfg(any(feature = "functions", feature = "session", feature = "vtab"))]
#[cfg(any(
feature = "functions",
feature = "session",
feature = "vtab",
feature = "preupdate_hook"
))]
impl<'a> ValueRef<'a> {
pub(crate) unsafe fn from_value(value: *mut crate::ffi::sqlite3_value) -> ValueRef<'a> {
use crate::ffi;