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 c0f5042 commit 72cf6e0Copy full SHA for 72cf6e0
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