piccolo-orm / piccolo

A fast, user friendly ORM and query builder which supports asyncio.
https://piccolo-orm.com/
MIT License
1.41k stars 89 forks source link

994 Add support for more functions (upper, lower etc) #996

Closed dantownsend closed 4 months ago

dantownsend commented 4 months ago

Resolves https://github.com/piccolo-orm/piccolo/issues/994

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 82.25806% with 22 lines in your changes are missing coverage. Please review.

Project coverage is 79.33%. Comparing base (919983a) to head (7309a7b). Report is 6 commits behind head on master.

Files Patch % Lines
piccolo/querystring.py 70.58% 10 Missing :warning:
piccolo/query/functions/base.py 66.66% 6 Missing :warning:
piccolo/columns/m2m.py 50.00% 3 Missing :warning:
piccolo/columns/column_types.py 85.71% 1 Missing :warning:
piccolo/query/methods/select.py 93.75% 1 Missing :warning:
piccolo/query/mixins.py 66.66% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #996 +/- ## =========================================== - Coverage 92.78% 79.33% -13.46% =========================================== Files 108 111 +3 Lines 8182 8255 +73 =========================================== - Hits 7592 6549 -1043 - Misses 590 1706 +1116 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.