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 df065e1 commit 5f5ad60Copy full SHA for 5f5ad60
src/NHibernate/Dialect/Function/ISQLFunction.cs
@@ -68,9 +68,7 @@ public static IType GetEffectiveReturnType(
68
{
69
try
70
71
-#pragma warning disable 618
72
return sqlFunction.ReturnType(argumentTypes.FirstOrDefault(), mapping);
73
-#pragma warning restore 618
74
}
75
catch (QueryException)
76
0 commit comments