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

Make Logic Operators Case Insensitve #1352

Merged
merged 6 commits into from
Nov 14, 2023
Merged

Conversation

xzdandy
Copy link
Collaborator

@xzdandy xzdandy commented Nov 13, 2023

  • Fix the following queries:
SELECT * FROM postgres_data.home_rentals where neighborhood='downtown' and number_of_rooms=2;
  • Improve the error message: Instead of throwing arbitrary mask error, now we raise Unsupported Logical Operator: ....

@xzdandy xzdandy added the Bug 🐞 EVA is not working as expected label Nov 13, 2023
@xzdandy xzdandy added this to the v0.3.9 milestone Nov 13, 2023
@xzdandy xzdandy self-assigned this Nov 13, 2023
@xzdandy xzdandy linked an issue Nov 13, 2023 that may be closed by this pull request
2 tasks
@xzdandy xzdandy mentioned this pull request Nov 13, 2023
2 tasks
@xzdandy xzdandy merged commit 995f7fe into staging Nov 14, 2023
7 checks passed
@xzdandy xzdandy deleted the 1351-logic-and-is-case-sensitive branch November 14, 2023 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 EVA is not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logic AND is case sensitive.
2 participants