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 TIME #636

Closed TheAndreiUrsu closed 7 months ago

TheAndreiUrsu 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.

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (755c8d5) 91.97% compared to head (2f28ab0) 91.96%. Report is 136 commits behind head on develop.

Files Patch % Lines
...er/jpql/serializer/impl/JpqlLocalTimeSerializer.kt 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #636 +/- ## =========================================== - 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.

shouwn commented 7 months ago

Please sign our contributor license agreement.

image

shouwn commented 7 months ago

Please change the base branch from main to develop.