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()
49
49
// else inserted the same pk first, the insert would fail
50
50
if ( ! veto )
51
51
{
52
+ // The identifier may be a foreign delayed identifier, which at this point should have been resolved.
52
53
if ( id is DelayedPostInsertIdentifier delayed )
53
54
{
54
55
wasDelayed = true ;
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ public override async Task ExecuteAsync(CancellationToken cancellationToken)
45
45
// else inserted the same pk first, the insert would fail
46
46
if ( ! veto )
47
47
{
48
+ // The identifier may be a foreign delayed identifier, which at this point should have been resolved.
48
49
if ( id is DelayedPostInsertIdentifier delayed )
49
50
{
50
51
wasDelayed = true ;
You can’t perform that action at this time.
0 commit comments