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 60b9ae9 commit 135498cCopy full SHA for 135498c
src/NHibernate/Engine/Query/CallableParser.cs
@@ -16,7 +16,6 @@ public class Detail
16
}
17
18
private static readonly Regex functionNameFinder = new Regex(@"\{[\S\s]*call[\s]+([\w\.]+)[^\w]");
19
- private static readonly int NewLineLength = Environment.NewLine.Length;
20
21
public static Detail Parse(string sqlString)
22
{
0 commit comments