C#: Refactor extractor errors and log extractor errors to the database.

This commit is contained in:
calum
2019-03-25 13:49:40 +00:00
committed by Calum Grant
parent e1158bb5e5
commit 343cddcbb7
41 changed files with 367 additions and 194 deletions

View File

@@ -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
);