line / kotlin-jdsl

Kotlin library that makes it easy to build and execute queries without generated metamodel
https://kotlin-jdsl.gitbook.io/docs/
Apache License 2.0
692 stars 85 forks source link

Support Datetime function LOCAL DATE #632

Closed chicori3 closed 7 months ago

chicori3 commented 7 months ago

Motivation

Modifications

Commit Convention Rule

Commit type Description
feat New Feature
fix Fix bug
docs Documentation only changed
ci Change CI configuration
refactor Not a bug fix or add feature, just refactoring code
test Add Test case or fix wrong test case
style Only change the code style(ex. white-space, formatting)
chore It refers to minor tasks such as library version upgrade, typo correction, etc.

Result

Closes

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

shouwn commented 7 months ago

And please sign our Contributor License Agreement. image

codecov-commenter commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (4219a32) 91.97% compared to head (f99753f) 91.96%. Report is 107 commits behind head on develop.

Files Patch % Lines
...er/jpql/serializer/impl/JpqlLocalDateSerializer.kt 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #632 +/- ## =========================================== - Coverage 91.97% 91.96% -0.02% =========================================== Files 297 299 +2 Lines 3215 3222 +7 Branches 195 195 =========================================== + Hits 2957 2963 +6 - Misses 204 205 +1 Partials 54 54 ```

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

chicori3 commented 7 months ago

@shouwn i signed it :D

shouwn commented 7 months ago

Thanks for your help!