-
Notifications
You must be signed in to change notification settings - Fork 271
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
Add UpdateResult.numChangedRows #431
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Thank you! Some comments, then this is good to go.
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.
Went over @koskimas' comments, and changes made in response. Looks good to go on my end.
* add numChangedRows * add tests for numChangedRows * reformat * refactor * fix typo * rename util function * update comments * rename Type to Constructor * make numChangedRows optional * fix test * update comments * remove Constructor type * fix type --------- Co-authored-by: Igal Klebanov <igalklebanov@gmail.com> Co-authored-by: Sami Koskimäki <koskomi@gmail.com>
MySQL-only feature,
changedRows
is returned from node-mysql2There are some non-related file changes because some files in master branch does not prettified well.
Closes #428