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 a4d4df0 commit 22c17ffCopy full SHA for 22c17ff
src/NHibernate/Linq/Visitors/HqlGeneratorExpressionVisitor.cs
@@ -311,7 +311,7 @@ private HqlTreeNode VisitVBStringComparisonExpression(VBStringComparisonExpressi
311
protected HqlTreeNode VisitBinaryExpression(BinaryExpression expression)
312
{
313
// There are some cases where we do not want to add a sql cast:
314
- // - When comparing numeric types that do not have thier own operator (e.g. short == short)
+ // - When comparing numeric types that do not have their own operator (e.g. short == short)
315
// - When comparing a member expression with a parameter of similar type (e.g. o.Short == intParameter)
316
var leftType = GetExpressionType(expression.Left);
317
var rightType = GetExpressionType(expression.Right);
0 commit comments