mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
C#: Refactor extractor errors and log extractor errors to the database.
This commit is contained in:
@@ -120,13 +120,13 @@ diagnostics(
|
||||
int location: @location_default ref
|
||||
);
|
||||
|
||||
extraction_errors(
|
||||
extraction_messages(
|
||||
unique int id: @extraction_error,
|
||||
int compilation: @compilation ref,
|
||||
int element: @element ref,
|
||||
int severity: int ref,
|
||||
string error_tag: string ref,
|
||||
string error_message : string ref,
|
||||
string origin : string ref,
|
||||
string text : string ref,
|
||||
string entity : string ref,
|
||||
int location: @location_default ref,
|
||||
string stack_trace : string ref
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user