coronabytes / dotnet-arangodb

.NET Driver for ArangoDB
Apache License 2.0
66 stars 18 forks source link

Exclusive lock option #70

Closed HarryCordewener closed 6 months ago

HarryCordewener commented 6 months ago

Introduces the 'exclusive' parameter for document-based operations. This can enable more robust code when dealing with write-write errors, and in some cases, can be used to improve performance.

This is a breaking change, due to the additional optional argument.