Skip to content

Use transaction on model instead of connection

Andreas Brandl requested to merge ab/optimistic-locking-txn into master

What does this MR do?

Change OptimisticLocking to open transaction based on model instance and not based on the database connection directly.

Closes #336900 (closed)

How to setup and validate locally (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Edited by Kamil Trzciński

Merge request reports