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 66fa1d4 commit 7f0900cCopy full SHA for 7f0900c
src/NHibernate/Dialect/Function/ISQLFunction.cs
@@ -68,7 +68,9 @@ 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