-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,18 +8,20 @@ | |
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> | ||
<Authors>张强</Authors> | ||
<Version>2.3.8</Version> | ||
<FileVersion>2.3.8.0</FileVersion> | ||
<AssemblyVersion>2.3.8.0</AssemblyVersion> | ||
<Version>2.3.9</Version> | ||
<FileVersion>2.3.9.0</FileVersion> | ||
<AssemblyVersion>2.3.9.0</AssemblyVersion> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Description>Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;</Description> | ||
<Copyright>Copyright © 2018-2025 , 张强 [email protected]</Copyright> | ||
<PackageId>Zq.SQLBuilder.Core</PackageId> | ||
<PackageReleaseNotes>1.优化WHERE是否包含判断; | ||
2.新增SubstringIgnoreCase扩展方法; | ||
3.优化字符串忽略大小写相等比较; | ||
4.优化null空值判断,修复WhereIf参数Expression<T,bool>为null时引发的空异常bug; | ||
5.升级nuget包;</PackageReleaseNotes> | ||
<PackageReleaseNotes>1.引入FastMember,替换原有的反射调用; | ||
2.优化GetColumnInfo、GetPrimaryKey; | ||
3.优化ToEntities、ToLists; | ||
4.新增TryGetValue、TryGetOrAdd、ContainsKey、ToEntity字典扩展方法; | ||
5.优化列信息获取,添加内存缓存; | ||
6.支持Where表达式中HashSet写法解析; | ||
7.升级nuget包;</PackageReleaseNotes> | ||
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl> | ||
<PackageLicenseUrl></PackageLicenseUrl> | ||
<PackageIcon>sql.png</PackageIcon> | ||
|