Skip to content

Commit 7f0900c

Browse files
committed
Rename ISQLFunctionExtended interface to ISQLFunctionExtended
1 parent 66fa1d4 commit 7f0900c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NHibernate/Dialect/Function/ISQLFunction.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ public static IType GetEffectiveReturnType(
6868
{
6969
try
7070
{
71+
#pragma warning disable 618
7172
return sqlFunction.ReturnType(argumentTypes.FirstOrDefault(), mapping);
73+
#pragma warning restore 618
7274
}
7375
catch (QueryException)
7476
{

0 commit comments

Comments
 (0)