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

modify entity, join serializers to allow specify entity() as the on clause predicate #730

Closed sjnqkqh closed 3 days ago

sjnqkqh commented 4 days 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 days ago

Codecov Report

Attention: Patch coverage is 95.23810% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.96%. Comparing base (9a6be26) to head (8757fae).

Files Patch % Lines
...linjdsl/render/jpql/serializer/JpqlRenderClause.kt 75.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #730 +/- ## ======================================= Coverage 91.96% 91.96% ======================================= Files 335 335 Lines 3423 3449 +26 Branches 203 205 +2 ======================================= + Hits 3148 3172 +24 - Misses 213 215 +2 Partials 62 62 ```

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