sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

fix: sqlite update_hook char types

Open jasonish opened this issue 3 weeks ago • 1 comments

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

Fixes: #3287

jasonish avatar Jun 13 '24 19:06 jasonish