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
651 stars 85 forks source link

Support Datetime function LOCAL DATETIME #639

Closed ilgolf closed 4 months ago

ilgolf commented 4 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

codecov-commenter commented 4 months ago

Codecov Report

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

Comparison is base (ccea406) 66.60% compared to head (908be01) 66.63%.

Files Patch % Lines
...pql/serializer/impl/JpqlLocalDateTimeSerializer.kt 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #639 +/- ## =========================================== + Coverage 66.60% 66.63% +0.02% =========================================== Files 471 473 +2 Lines 4785 4792 +7 Branches 277 277 =========================================== + Hits 3187 3193 +6 - Misses 1541 1542 +1 Partials 57 57 ```

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

shouwn commented 4 months ago

Thanks for your help! I will change the position of the method a bit!