mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #14097 from michaelnebel/csharp/extractorerrormessages
C#: Update extractor_messages relation schema.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
description: Update the schemas for some tables to disallow assembly locations.
|
||||
compatibility: full
|
||||
@@ -136,7 +136,7 @@ diagnostics(
|
||||
string error_tag: string ref,
|
||||
string error_message: string ref,
|
||||
string full_error_message: string ref,
|
||||
int location: @location_default ref
|
||||
int location: @location ref
|
||||
);
|
||||
|
||||
extractor_messages(
|
||||
@@ -145,7 +145,7 @@ extractor_messages(
|
||||
string origin : string ref,
|
||||
string text : string ref,
|
||||
string entity : string ref,
|
||||
int location: @location_default ref,
|
||||
int location: @location ref,
|
||||
string stack_trace : string ref
|
||||
);
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
description: Update the schemas for some tables to allow assembly locations.
|
||||
compatibility: full
|
||||
Reference in New Issue
Block a user