Skip to content

Commit 4a610aa

Browse files
committed
Fix
1 parent 840efd7 commit 4a610aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NHibernate/Linq/Functions/CompareGenerator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ internal class CompareGenerator : BaseHqlGeneratorForMethod, IRuntimeMethodHqlGe
1515
private static readonly HashSet<MethodInfo> ActingMethods = new HashSet<MethodInfo>
1616
{
1717
ReflectHelper.FastGetMethod(string.Compare, default(string), default(string)),
18+
ReflectHelper.FastGetMethod(string.Compare, default(string), default(string), default(StringComparison)),
1819
ReflectHelper.GetMethodDefinition<string>(s => s.CompareTo(s)),
1920
ReflectHelper.GetMethodDefinition<char>(x => x.CompareTo(x)),
2021

0 commit comments

Comments
 (0)