Skip to content
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 tuple bind and executeMany #197

Merged
merged 2 commits into from
Jun 16, 2019
Merged

Add tuple bind and executeMany #197

merged 2 commits into from
Jun 16, 2019

Conversation

maxbachmann
Copy link
Contributor

added the option to use a tuple with values to bind.
I will use this to implement executeMany as described in #24, so it will be possible to pass multiple tuples

I only created this PR, so the CI already tests this, since I still need to implement executemany and add some tests

@coveralls
Copy link

coveralls commented May 16, 2019

Coverage Status

Coverage remained the same at 96.436% when pulling ed590d1 on maxbachmann:master into 8191379 on SRombauts:master.

Copy link
Owner

@SRombauts SRombauts left a comment

Choose a reason for hiding this comment

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

Hi,

is this now ready for review and integration?

@maxbachmann
Copy link
Contributor Author

maxbachmann commented May 19, 2019

I did not test this at all yet, so I guess it should work, but I definetly need to write a unit test for these functions aswell and add some comments. However when there is already something you would do in a different way feel free to comment on it ;)

@maxbachmann
Copy link
Contributor Author

@SRombauts I added test cases, comments and fixed a few broken things, so now it should be ready for review and integration

@maxbachmann
Copy link
Contributor Author

@SRombauts little reminder :)

@SRombauts SRombauts merged commit b38e88d into SRombauts:master Jun 16, 2019
@SRombauts
Copy link
Owner

Thank you very much for this contribution!

I was very busy recently (releasing a pre alpha version of a game) but I will try to also review and merge the few other interesting PR waiting.

Cheers!

@SRombauts SRombauts changed the title add tuple bind Add tuple bind and executeMany Jun 24, 2019
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.

3 participants