sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

fix(mysql): validate parameter count for prepared statements

Open cvzx opened this issue 9 months ago • 0 comments

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.

cvzx avatar May 14 '25 02:05 cvzx