SqlSrvUsers-Endpoint: transaction during a change even without differences
Closed this issue · 0 comments
s-aebischer commented
Describe the bug
Within the SqlSrvUsers-Endpoint a transaction to the server is opened (and closed again) even if no changes need to be made on the endpoint dataobject.
To Reproduce
To reproduce this error, an attribute must be configured that is not delivered by the endpoint by default. The correct way would be to configure this attribute as “writeonly”. However, if this is not done, the endpoint should not start a transaction without a change being made to the endpoint.