Instance Property
conflictStrategy
If not
nil, a database-agnostic strategy for resolving conflicts created by violations of applicable constraints.var conflictStrategy: SQLConflictResolutionStrategy? { get set }
Discussion
If genericConflictStrategy is set to an expression which is not castable to SQLConflictResolutionStrategy, this property will be nil. Setting this property unconditionally overwrites genericConflictStrategy.
See SQLConflictResolutionStrategy and genericConflictStrategy.