We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From #680.
MySQL seems to not use an OUT variable's declared type when serializing it on the wire, so there may be a type mismatch when assigning the variable.
Add a test for every possible OUT parameter type.
OUT
The text was updated successfully, but these errors were encountered:
Test data type of OUT parameters. Fixes #682
0252630
3769b94
72be324
782a765
bgrainger
No branches or pull requests
From #680.
MySQL seems to not use an OUT variable's declared type when serializing it on the wire, so there may be a type mismatch when assigning the variable.
Add a test for every possible
OUT
parameter type.The text was updated successfully, but these errors were encountered: