You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,7 +32,8 @@ public sealed class PlanningProblemDetails(
31
32
) : PlanningProblemDetails(
32
33
ProblemSeverity.ERROR,
33
34
{
34
-
"Variable ${pretty(name)} does not exist in the database environment and is not an attribute of the following in-scope variables $inScopeVariables." +
35
+
val humanReadableName = PlanUtils.identifierToString(name)
36
+
"Variable $humanReadableName does not exist in the database environment and is not an attribute of the following in-scope variables $inScopeVariables." +
35
37
quotationHint(isSymbolAndCaseSensitive(name))
36
38
}
37
39
) {
@@ -75,16 +77,6 @@ public sealed class PlanningProblemDetails(
0 commit comments