mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-09 15:19:58 +00:00
Use "c_char" instead of "i8" as it resolves to the correct string type on different architectures. Fixes: #3287
Use "c_char" instead of "i8" as it resolves to the correct string type on different architectures. Fixes: #3287