Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit f4b83ab

Browse files
authored
Merge pull request #538 from OlegNadymov/master
Changed only accessibiltiy level
2 parents 5fb3368 + 3a4211f commit f4b83ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.OrmLite/Expressions/SqlExpression.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ private object GetNotValue(object o)
17151715
return new PartialSqlString("NOT (" + o + ")");
17161716
}
17171717

1718-
private bool IsColumnAccess(MethodCallExpression m)
1718+
protected virtual bool IsColumnAccess(MethodCallExpression m)
17191719
{
17201720
if (m.Object == null)
17211721
return false;

0 commit comments

Comments
 (0)