limbo/extensions
Jussi Saurio 4aa2c846bb extensions/vtab: fix i32 being passed as i64 across FFI boundary
as nilskch points out in #1807, Rust 1.88.0 is stricter about
alignment.

because rust integers default to `i32`, we were casting a pointer
to an `i32` as a pointer to an `i64` causing a panic when dereferenced
due to misalignment as rust expects it to be 8 byte aligned.
2025-07-12 19:54:48 +03:00
..
completion Rename limbo_ext crate to turso_ext 2025-06-29 12:14:08 +03:00
core extensions/vtab: fix i32 being passed as i64 across FFI boundary 2025-07-12 19:54:48 +03:00
crypto Rename limbo_ext crate to turso_ext 2025-06-29 12:14:08 +03:00
csv fix clippy errors for rust 1.88.0 (manual fix) 2025-07-12 18:58:55 +03:00
ipaddr Rename limbo_ext crate to turso_ext 2025-06-29 12:14:08 +03:00
percentile Rename limbo_ext crate to turso_ext 2025-06-29 12:14:08 +03:00
regexp Rename limbo_ext crate to turso_ext 2025-06-29 12:14:08 +03:00
tests fix clippy errors for rust 1.88.0 (auto fix) 2025-07-12 18:58:41 +03:00