-
Notifications
You must be signed in to change notification settings - Fork 358
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: Use SqlBuilder for if-then-else logic [DHIS2-18417] #19472
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we have multiple choices "case"? Would be nice supporting those as well
We have multi-if statements in some places but I plan to create another overloaded method for that later. |
Moves the conditional if-then-else logic behind
SqlBuilder
to allow for differences across analytics databases.