v3.3.1: Adds optimistic locking to fetchField
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.
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.