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

Refactor: show an 'unsupported' error when transpiling (+) #1906

Merged
merged 3 commits into from
Jul 10, 2023

Conversation

georgesittas
Copy link
Collaborator

No description provided.

@@ -57,8 +58,17 @@ def test_oracle(self):

def test_join_marker(self):
self.validate_identity("SELECT e1.x, e2.x FROM e e1, e e2 WHERE e1.y (+) = e2.y")
self.validate_identity("SELECT e1.x, e2.x FROM e e1, e e2 WHERE e1.y = e2.y (+)")
self.validate_identity("SELECT e1.x, e2.x FROM e e1, e e2 WHERE e1.y (+) = e2.y (+)")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This test was incorrect, using (+) in both operands isn't a valid form in Oracle SQL AFAICT.

@tobymao tobymao merged commit 69a69f6 into main Jul 10, 2023
@tobymao tobymao deleted the jo/refactor_join_mark_generation branch July 10, 2023 20:29
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