Skip to content

v3.3.1: Adds optimistic locking to fetchField

Choose a tag to compare

@thorewi thorewi released this 23 Jan 07:14
· 16 commits to master since this release
Allows the fetchField method to use pessimistic write locking.

This ensures that data being fetched is locked during the process,
preventing concurrent modifications and potential data conflicts.