Skip to content

Commit

Permalink
- 修复 SqlServer 导航属性 .Any 布尔子条件解析问题;
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed Mar 26, 2024
1 parent 472991f commit 082b85b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 109 deletions.
109 changes: 0 additions & 109 deletions FreeSql/FreeSql.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions FreeSql/Internal/CommonExpression.cs
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ public string ExpressionWhereLambdaNoneForeignObject(List<SelectTableInfo> _tabl

public string ExpressionWhereLambda(List<SelectTableInfo> _tables, Func<Type, string, string> _tableRule, Expression exp, BaseDiyMemberExpression diymemexp, List<GlobalFilter.Item> whereGlobalFilter, List<DbParameter> dbParams)
{
if (exp is LambdaExpression lambdaExp) exp = lambdaExp?.Body;
if (_tables?.Count > 1)
{
foreach (var tb in _tables)
Expand Down

0 comments on commit 082b85b

Please sign in to comment.