mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-03-06 14:10:56 +08:00
@@ -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>
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user