-
Notifications
You must be signed in to change notification settings - Fork 18
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 mysql_stmt_insert_id binding #58
add mysql_stmt_insert_id binding #58
Conversation
I think this is a useful addition, but can you trim spaces at end-of-file and extend or add a test case? |
I'll accept this without a test case, as well, as the test suite needs some attention and I'd like #52 merged first. |
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.
Please remove spaces at end-of-line.
Removed an extra space in |
There were three cases, you can see them with |
2a7e304
to
a142016
Compare
Thanks, for whatever reason they're not shown in files changes in github 🤷♂️ |
Yeah, I noticed. Thanks for the contribution! |
Add bindings for
mysql_stmt_insert_id
https://mariadb.com/kb/en/mysql_stmt_insert_id/