Closed yaziine closed 1 year ago
Attention: 11 lines
in your changes are missing coverage. Please review.
Comparison is base (
6dc2964
) 78.94% compared to head (31c0128
) 78.87%. Report is 1 commits behind head on main.:exclamation: Current head 31c0128 differs from pull request most recent head e065575. Consider uploading reports for the commit e065575 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR fixes #509 by adding support to
COALESCE
method. Unlike PosgreSQL, our implementation doesn't fail if the arguments aren't of the same type. However, an error is returned if there is no argument at all.