Closed agonist closed 1 year ago
Attention: 9 lines
in your changes are missing coverage. Please review.
Comparison is base (
f94c703
) 79.09% compared to head (b00e4ea
) 79.04%.:exclamation: Current head b00e4ea differs from pull request most recent head 53799fe. Consider uploading reports for the commit 53799fe to get more accurate results
Files | Patch % | Lines |
---|---|---|
internal/expr/functions/builtins.go | 57.14% | 8 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adds LOWER to builtins functions to format TEXT fields to lower-case.
For non TEXT fields it will return NULL.
Types that can be casted to TEXT will work if they're first explicitly casted.