This commit is contained in:
2881099
2024-04-10 20:04:33 +08:00
parent ed5d39f5c0
commit 26a6fe9c46
35 changed files with 38 additions and 41 deletions

View File

@@ -17,7 +17,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<Version>3.2.820</Version>
<Version>3.2.821</Version>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>

View File

@@ -2089,6 +2089,10 @@ namespace FreeSql.Internal
{
var other99Exp = ExpressionLambdaToSqlOther(exp, tsc);
if (string.IsNullOrEmpty(other99Exp) == false) return other99Exp;
//if (exp is NewExpression newExp &&
// newExp.Type == typeof(Guid) &&
// newExp.Arguments.Count == 1 &&
// newExp.Arguments[0].Type == typeof(string)) return ExpressionLambdaToSql(newExp.Arguments[0], tsc);
return "";
}
switch (expBinary.NodeType)