Skip to content
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

Add new build-in functions: GREATEST, LEST, UPPER, LOWER #314

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

XIELongDragon
Copy link
Contributor

Add new build-in functions: GREATEST, LEST, UPPER, LOWER

@codecov
Copy link

codecov bot commented Nov 23, 2021

Codecov Report

Merging #314 (44c6f6d) into master (31d438d) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #314      +/-   ##
==========================================
+ Coverage   96.90%   96.93%   +0.02%     
==========================================
  Files          62       62              
  Lines        3488     3518      +30     
==========================================
+ Hits         3380     3410      +30     
  Misses         92       92              
  Partials       16       16              
Flag Coverage Δ
unittests 96.93% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
exp/exp.go 71.42% <ø> (ø)
dialect/mysql/mysql.go 100.00% <100.00%> (ø)
dialect/sqlite3/sqlite3.go 100.00% <100.00%> (ø)
expressions.go 100.00% <100.00%> (ø)
sqlgen/expression_sql_generator.go 100.00% <100.00%> (ø)
sqlgen/sql_dialect_options.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31d438d...44c6f6d. Read the comment docs.

@XIELongDragon
Copy link
Contributor Author

@mattn @doug-martin please help to review this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant