Skip to content

Commit

Permalink
3.5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DotNetNext committed Nov 26, 2016
1 parent 2af8844 commit 33a07ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Binary file modified SqlSugar.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions SqlSugar/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.5.2.5")]
[assembly: AssemblyFileVersion("3.5.2.5")]
[assembly: AssemblyVersion("3.5.2.6")]
[assembly: AssemblyFileVersion("3.5.2.6")]
4 changes: 4 additions & 0 deletions SqlSugar/Queryable/QueryableExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,10 @@ public static Queryable<TResult> Select<TSource, TResult>(this Queryable<TSource
{
reval.SelectValue = expStr;
ResolveSelect.GetResult<TResult>(reval,expression);
if (reval.SelectValue.IsNullOrEmpty())
{
reval.SelectValue = new ResolveExpress().GetExpressionRightField(expression, reval.DB);
}
}
return reval;
}
Expand Down
2 changes: 1 addition & 1 deletion SqlSugar/SqlSugar.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>sqlSugar</id>
<version>3.5.2.5</version>
<version>3.5.2.6</version>
<title>SqlSugar SqlServer ORM</title>
<authors>sun kaixuan</authors>
<owners>landa</owners>
Expand Down

0 comments on commit 33a07ce

Please sign in to comment.