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

[ISSUE-708] change @Transactional readOnly for select query #709

Closed kihwankim closed 1 month ago

kihwankim commented 1 month ago

Motivation

Modifications

Result

Closes

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 92.01%. Comparing base (3735006) to head (04c8bf1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #709 +/- ## ======================================= Coverage 92.01% 92.01% ======================================= Files 335 335 Lines 3419 3419 Branches 203 203 ======================================= Hits 3146 3146 Misses 213 213 Partials 60 60 ```

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

shouwn commented 1 month ago

Did you create a PR on the main branch because you think this change should be released as a hotfix?

If not, please change the base branch to the develop branch.

kihwankim commented 1 month ago

@shouwn I changed

shouwn commented 1 month ago

@kihwankim Thanks for the change.

The branch change caused a conflict, please check it out or create a new PR.

kihwankim commented 1 month ago

@shouwn I created new pr #710 plz check it