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

Fix case statement #404

Merged
merged 2 commits into from
Sep 20, 2024
Merged

Fix case statement #404

merged 2 commits into from
Sep 20, 2024

Conversation

ea-rus
Copy link
Contributor

@ea-rus ea-rus commented Sep 20, 2024

Support case without default value:

select 
  case
     when t2.position <> 1 then t2.position 
  end
from t2

Support render case in sqlalchemy render

@ea-rus ea-rus changed the title Fix case Fix case statement Sep 20, 2024
@ea-rus ea-rus merged commit 0f7a688 into staging Sep 20, 2024
2 of 8 checks passed
@ea-rus ea-rus mentioned this pull request Sep 20, 2024
@ea-rus ea-rus deleted the fix-case branch October 31, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: merged
Development

Successfully merging this pull request may close these issues.

1 participant