Actions
Enhancement #26770
openWoChangeRequestJdbcRepository#updateChangeRequest executes several transactions
Effort required:
Very Small
Name check:
To do
Fix check:
To do
Regression:
No
Description
The WoChangeRequestJdbcRepository#updateChangeRequest
method executes several transactions, using an instance of RoChangeRequestRepository
in order to make read-only queries. This can be optimized by directly executing the corresponding SQL queries instead
Actions