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

Feat: LOGICAL_AND and LOGICAL_OR for Oracle #4593

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

pruzko
Copy link
Contributor

@pruzko pruzko commented Jan 10, 2025

Just like SQLite, Oracle does not support LOGICAL_AND/OR, but MIN and MAX work well. I covered the compilation path.

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Jikoo Adam
Comment on lines +294 to +295
exp.LogicalOr: rename_func("MAX"),
exp.LogicalAnd: rename_func("MIN"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's add a couple of tests here

@georgesittas georgesittas merged commit 3ebd879 into tobymao:main Jan 10, 2025
8 checks passed
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.

None yet

2 participants