-
Notifications
You must be signed in to change notification settings - Fork 1k
fix parsing prepare response #1057
New issue
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
fix parsing prepare response #1057
Conversation
89bc530 to
056c336
Compare
|
lint error fixed in #1058 |
|
Thanks. I'll take a look later |
dveeden
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks correct when compared with the docs. Haven't tested the code.
What about CLIENT_OPTIONAL_RESULTSET_METADATA? Should there be a comment? A check to ensure it isn't set? or fully implemented?
|
Right now we don't support |
lance6716
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
https://dev.mysql.com/doc/dev/mysql-server/9.3.0/page_protocol_com_stmt_prepare.html warnings is optional from server, & is preceded by a reserved byte
f691e29 to
0e0e4c7
Compare
|
I think we'd better to check a non-zero |
https://dev.mysql.com/doc/dev/mysql-server/9.3.0/page_protocol_com_stmt_prepare.html
warnings is optional from server, & is preceded by a reserved byte