提交 aca965c3 编写于 作者: M Marc Gravell

fix case of generated SQL in string-split

上级 5f27a4bf
......@@ -2024,7 +2024,7 @@ private static bool TryStringSplit(ref IEnumerable list, int splitAt, string nam
else
{
varName = variableName;
return $"(SELECT val from {variableName}_TSS)";
return $"(select val from {variableName}_TSS)";
}
}, RegexOptions.IgnoreCase | RegexOptions.Multiline | RegexOptions.CultureInvariant);
if (varName == null) return false; // couldn't resolve the var!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册