Skip to content
Snippets Groups Projects
Commit 78162320 authored by Usman Khalid's avatar Usman Khalid Committed by muzaffaryousaf
Browse files

Added a named outer_atomic option.

A named outer is suitable when dealing with IntegrityErrors. It only
checks that it is not nested under an atomic only if it is nested
under enable_outer_atomic(name=<name>). This way only the view which
is causing IntegrityErrors needs to have its automatic transaction
management disabled and other callers are not effected.
parent 70a0b063
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment