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 #710

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 (95304dd) to head (e8daa7e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #710 +/- ## ======================================== 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

Thanks for your help!