launchbadge / sqlx

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Apache License 2.0
12.36k stars 1.18k forks source link

fix: sqlite update_hook char types #3288

Open jasonish opened 2 weeks ago

jasonish commented 2 weeks ago

Use "c_char" instead of "i8" as it resolves to the correct string type on different architectures.

Fixes: #3287

abonander commented 1 week ago

@jasonish please rebase and run cargo fmt.