Recently I have started to work with python RavenDB client, and found out that documentation for the python client is not full. Official page even does not contain Python as an option for the doceumentation. Anyhow, official client is there and I wanted to understand if it contains something like "session.Advanced.UseOptimisticConcurrency", I tried to look into coding and did not find anything like this. Does anybody know about it? Mabye it is turned on by default?
The docuemtnation for the python does not contain any hint.
This option can be set in your DocumentConventions
.
You can set a property of your DocumentStore
with your custom document conventions.
Then upon internal/automatic RequestExecutor
creation, the conventions will be passed forward to be processed.