-
-
Notifications
You must be signed in to change notification settings - Fork 22
feat: export RowDataPacket, ResultSetHeader, ProcedureCallPacket from MySQL2 #133
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
Conversation
mcollina
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
|
Hmm. There is not difference between the Promise typeguards and the normal typeguards?! |
|
Please not merge yet. Please give me time till mondaY |
gurgunday
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.
It looks good to me as well
e2ec494 to
9321529
Compare
|
@Uzlopak i updated to distinguish between normal and promise typeguards |
Eomm
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.
Missing docs
pioupia
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.
It could help to pass unit tests:
pioupia
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.
It might be worth testing all possible cases to make sure the return values are right all the time.
b41d2ab to
b08b412
Compare
Eomm
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.
I can't see the is* functions documentation. Is this wanted?
|
@Eomm ptal |
mcollina
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.
still lgtm
Checklist
fixes: #127
This PR exports RowDataPacket, ResultSetHeader, ProcedureCallPacket from MySQL2 with prefix
MySQLon the typesnpm run testandnpm run benchmarkand the Code of conduct