-
Notifications
You must be signed in to change notification settings - Fork 20
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
allow "IN" Expression to have a list or a set as a parameter #11
Conversation
this is because for values like Int64 passing an array to an IN expression is not allowed and requires variadic parameter
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 added the tests and updated the README file as requested to cover the new "IN" functions. |
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 for the updates. The code coverage went down. I added a suggestion to fix that and another suggestion for the README.
Thank you @ftchirou for your suggestions. I tried to follow them as close as possible to what you mentioned |
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.
Looking good. 🎉
this is because for values like Int64 passing an array to an IN expression is not allowed and requires variadic parameter