File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ public override void Execute()
4949 // else inserted the same pk first, the insert would fail
5050 if ( ! veto )
5151 {
52+ // The identifier may be a foreign delayed identifier, which at this point should have been resolved.
5253 if ( id is DelayedPostInsertIdentifier delayed )
5354 {
5455 wasDelayed = true ;
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ public override async Task ExecuteAsync(CancellationToken cancellationToken)
4545 // else inserted the same pk first, the insert would fail
4646 if ( ! veto )
4747 {
48+ // The identifier may be a foreign delayed identifier, which at this point should have been resolved.
4849 if ( id is DelayedPostInsertIdentifier delayed )
4950 {
5051 wasDelayed = true ;
You can’t perform that action at this time.
0 commit comments