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

fix: support a fetch join in the spring page query #631

Closed shouwn closed 7 months ago

shouwn 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

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9da2399) 66.47% compared to head (5bada5d) 66.51%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #631 +/- ## =========================================== + Coverage 66.47% 66.51% +0.04% =========================================== Files 467 467 Lines 4760 4766 +6 Branches 277 277 =========================================== + Hits 3164 3170 +6 Misses 1539 1539 Partials 57 57 ```

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