We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb89220 commit 880da69Copy full SHA for 880da69
csharp/ql/lib/semmlecode.csharp.dbscheme
@@ -136,7 +136,7 @@ diagnostics(
136
string error_tag: string ref,
137
string error_message: string ref,
138
string full_error_message: string ref,
139
- int location: @location_default ref
+ int location: @location ref
140
);
141
142
extractor_messages(
@@ -145,7 +145,7 @@ extractor_messages(
145
string origin : string ref,
146
string text : string ref,
147
string entity : string ref,
148
- int location: @location_default ref,
+ int location: @location ref,
149
string stack_trace : string ref
150
151
0 commit comments