-
Notifications
You must be signed in to change notification settings - Fork 92
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
[SQL] Support MySQL IF&IFNULL Function #588
Conversation
refactor function
add if function
merge to add SQL:IF IF NULL function
Codecov ReportBase: 35.72% // Head: 35.49% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #588 +/- ##
==========================================
- Coverage 35.72% 35.49% -0.23%
==========================================
Files 185 188 +3
Lines 21199 21491 +292
==========================================
+ Hits 7573 7628 +55
- Misses 12753 12979 +226
- Partials 873 884 +11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
pls fix
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.
pls fix
What this PR does:
Which issue(s) this PR fixes:
Fixes #493
Special notes for your reviewer:
Does this PR introduce a user-facing change?: