diff --git a/SQLBuilder.Core.Diagnostics/SQLBuilder.Core.Diagnostics.csproj b/SQLBuilder.Core.Diagnostics/SQLBuilder.Core.Diagnostics.csproj index ea41bd6..2a52707 100644 --- a/SQLBuilder.Core.Diagnostics/SQLBuilder.Core.Diagnostics.csproj +++ b/SQLBuilder.Core.Diagnostics/SQLBuilder.Core.Diagnostics.csproj @@ -21,9 +21,9 @@ 1.升级SQLBuilder引用版本; true Zq.SQLBuilder.Core.Diagnostics - 2.3.8 - 2.3.8.0 - 2.3.8.0 + 2.3.9 + 2.3.9.0 + 2.3.9.0 latest diff --git a/SQLBuilder.Core.ElasticApm/SQLBuilder.Core.ElasticApm.csproj b/SQLBuilder.Core.ElasticApm/SQLBuilder.Core.ElasticApm.csproj index ab65619..20baa62 100644 --- a/SQLBuilder.Core.ElasticApm/SQLBuilder.Core.ElasticApm.csproj +++ b/SQLBuilder.Core.ElasticApm/SQLBuilder.Core.ElasticApm.csproj @@ -20,9 +20,9 @@ sqlbuilder;elastic;apm 1.升级SQLBuilder引用版本; Zq.SQLBuilder.Core.ElasticApm - 2.3.8 - 2.3.8.0 - 2.3.8.0 + 2.3.9 + 2.3.9.0 + 2.3.9.0 latest diff --git a/SQLBuilder.Core.SkyWalking/SQLBuilder.Core.SkyWalking.csproj b/SQLBuilder.Core.SkyWalking/SQLBuilder.Core.SkyWalking.csproj index f5990c1..19eb2a0 100644 --- a/SQLBuilder.Core.SkyWalking/SQLBuilder.Core.SkyWalking.csproj +++ b/SQLBuilder.Core.SkyWalking/SQLBuilder.Core.SkyWalking.csproj @@ -21,9 +21,9 @@ 1.升级SQLBuilder引用版本; true Zq.SQLBuilder.Core.SkyWalking - 2.3.8 - 2.3.8.0 - 2.3.8.0 + 2.3.9 + 2.3.9.0 + 2.3.9.0 latest diff --git a/SQLBuilder.Core/SQLBuilder.Core.csproj b/SQLBuilder.Core/SQLBuilder.Core.csproj index c794517..8362e58 100644 --- a/SQLBuilder.Core/SQLBuilder.Core.csproj +++ b/SQLBuilder.Core/SQLBuilder.Core.csproj @@ -8,18 +8,20 @@ true true 张强 - 2.3.8 - 2.3.8.0 - 2.3.8.0 + 2.3.9 + 2.3.9.0 + 2.3.9.0 true Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository; Copyright © 2018-2025 , 张强 943620963@qq.com Zq.SQLBuilder.Core - 1.优化WHERE是否包含判断; -2.新增SubstringIgnoreCase扩展方法; -3.优化字符串忽略大小写相等比较; -4.优化null空值判断,修复WhereIf参数Expression<T,bool>为null时引发的空异常bug; -5.升级nuget包; + 1.引入FastMember,替换原有的反射调用; +2.优化GetColumnInfo、GetPrimaryKey; +3.优化ToEntities、ToLists; +4.新增TryGetValue、TryGetOrAdd、ContainsKey、ToEntity字典扩展方法; +5.优化列信息获取,添加内存缓存; +6.支持Where表达式中HashSet写法解析; +7.升级nuget包; https://github.com/zqlovejyc/SQLBuilder.Core sql.png