mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 07:45:30 +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