sqlx
sqlx copied to clipboard
fix(mysql): validate parameter count for prepared statements
Does your PR solve an issue?
fixes #3774
Is this a breaking change?
No. This PR adds proper error handling when the number of parameters provided doesn't match the number expected by a prepared statement in MySQL.