Skip to content

Commit 1668473

Browse files
committed
Update TestErrorHelperFunctionsUpgrade expected output for error 8164
Added error code 8164 (nested INSERT EXEC not allowed) to the expected output of sys.fn_mapped_system_error_list() and updated the count from 167 to 168. This error mapping was added as part of the INSERT EXEC ownership chaining fix.
1 parent bed64f0 commit 1668473

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/JDBC/expected/TestErrorHelperFunctionsUpgrade-vu-verify.out

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ int
108108
8146
109109
8152
110110
8159
111+
8164
111112
8179
112113
9441
113114
9451
@@ -318,6 +319,7 @@ int
318319
517
319320
13600
320321
13600
322+
8164
321323
~~END~~
322324

323325

@@ -492,13 +494,14 @@ int
492494
517
493495
13600
494496
13600
497+
8164
495498
~~END~~
496499

497500

498501
EXEC TestErrorHelperFunctionsUpgrade_VU_PREPARE_PROC
499502
GO
500503
~~START~~
501504
int
502-
167
505+
168
503506
~~END~~
504507

0 commit comments

Comments
 (0)