gyselroth / tubee

Data management engine with synchronization support
GNU General Public License v3.0
4 stars 4 forks source link

SqlSrvUsers-Endpoint: transaction during a change even without differences #108

Closed s-aebischer closed 2 months ago

s-aebischer commented 3 months ago

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.