@abaplint/transpiler 2.8.10 → 2.8.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,7 +25,7 @@ class SQLCondTranspiler {
|
|
|
25
25
|
ret += `" + abap.expandDynamic(${code}, (name) => {try { return eval(name);} catch {}}) + "`;
|
|
26
26
|
}
|
|
27
27
|
else {
|
|
28
|
-
throw new Error("SQL Condition, transpiler todo, dyn cond, " + c.concatTokens());
|
|
28
|
+
throw new Error("SQL Condition, transpiler todo, dyn cond, " + c.concatTokens() + ", " + traversal.getFilename());
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
else if (c.findDirectExpression(abaplint.Expressions.SQLIn)) {
|