mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-27 19:23:01 +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