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

Operator support besides IN i.e. > or < #13

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

theoc3
Copy link

@theoc3 theoc3 commented Jul 10, 2024

Modified clause builder to have additional optional operator parameter to specify operators besides IN. Defaults to IN if no operator is provided so tests still work.

Test added making sure additional operators work as intended.

Modified clause builder to have additional optional operator parameter to specify operators besides IN. Defaults to IN if no operator is provided so tests still work.

Test addd making sure additional operators work as intended.
Copy link

@ethanppl ethanppl left a comment

Choose a reason for hiding this comment

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

This change is not backward compatible, as you can see, all the existing tests are broken. It will break all our usage of norm. Are you sure you want to push for this change? Or is there another syntax that we can choose from?

@theoc3
Copy link
Author

theoc3 commented Jul 10, 2024

I forgot to format the code, but after doing so the only test that is failing is the one I mentioned in slack.

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.

2 participants