Skip to content

Conversation

dancastillo
Copy link
Member

Checklist

fixes: #127
This PR exports RowDataPacket, ResultSetHeader, ProcedureCallPacket from MySQL2 with prefix MySQL on the types

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dancastillo dancastillo requested a review from Uzlopak December 30, 2023 18:14
@Fdawgs Fdawgs requested a review from a team February 10, 2024 11:19
@Uzlopak
Copy link
Contributor

Uzlopak commented Feb 10, 2024

Hmm. There is not difference between the Promise typeguards and the normal typeguards?!

@Uzlopak
Copy link
Contributor

Uzlopak commented Feb 10, 2024

Please not merge yet. Please give me time till mondaY

Copy link
Member

@gurgunday gurgunday left a 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

@dancastillo
Copy link
Member Author

@Uzlopak i updated to distinguish between normal and promise typeguards

@dancastillo dancastillo requested a review from Eomm February 17, 2024 03:19
Copy link
Member

@Eomm Eomm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing docs

@dancastillo dancastillo requested a review from Eomm March 9, 2024 03:09
Copy link

@pioupia pioupia left a 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:

Copy link

@pioupia pioupia left a 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.

@dancastillo
Copy link
Member Author

@Eomm @Uzlopak address comments could you ptal

@dancastillo dancastillo force-pushed the export-mysql2-types branch from b41d2ab to b08b412 Compare March 29, 2024 00:56
Copy link
Member

@Eomm Eomm left a 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?

@dancastillo dancastillo requested a review from Eomm April 20, 2024 01:17
@mcollina
Copy link
Member

@Eomm ptal

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still lgtm

@mcollina mcollina merged commit a8007bc into fastify:master Apr 24, 2024
@dancastillo dancastillo deleted the export-mysql2-types branch August 12, 2024 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export the RowDataPacket, ResultSetHeader and ProcedureCallPacket from MySQL2
7 participants