diff --git a/SQLBuilder.Core.Diagnostics/SQLBuilder.Core.Diagnostics.csproj b/SQLBuilder.Core.Diagnostics/SQLBuilder.Core.Diagnostics.csproj
index d592673..c0becb4 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.7
- 2.3.7.0
- 2.3.7.0
+ 2.3.8
+ 2.3.8.0
+ 2.3.8.0
latest
diff --git a/SQLBuilder.Core.ElasticApm/SQLBuilder.Core.ElasticApm.csproj b/SQLBuilder.Core.ElasticApm/SQLBuilder.Core.ElasticApm.csproj
index 653e8b7..d8daaaa 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.7
- 2.3.7.0
- 2.3.7.0
+ 2.3.8
+ 2.3.8.0
+ 2.3.8.0
latest
diff --git a/SQLBuilder.Core.SkyWalking/SQLBuilder.Core.SkyWalking.csproj b/SQLBuilder.Core.SkyWalking/SQLBuilder.Core.SkyWalking.csproj
index 08954b0..371013b 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.7
- 2.3.7.0
- 2.3.7.0
+ 2.3.8
+ 2.3.8.0
+ 2.3.8.0
latest
diff --git a/SQLBuilder.Core/SQLBuilder.Core.csproj b/SQLBuilder.Core/SQLBuilder.Core.csproj
index 27bcf1a..8ce751d 100644
--- a/SQLBuilder.Core/SQLBuilder.Core.csproj
+++ b/SQLBuilder.Core/SQLBuilder.Core.csproj
@@ -8,16 +8,18 @@
true
true
张强
- 2.3.7
- 2.3.7.0
- 2.3.7.0
+ 2.3.8
+ 2.3.8.0
+ 2.3.8.0
true
Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;
Copyright © 2018-2025 , 张强 943620963@qq.com
Zq.SQLBuilder.Core
- 1.修复数据库类型为PostgreSql时,解析bool类型条件时,解析为1的bug;
-2.优化Mysql数据库bool类型sql解析;
-3.升级nuget包;
+ 1.优化WHERE是否包含判断;
+2.新增SubstringIgnoreCase扩展方法;
+3.优化字符串忽略大小写相等比较;
+4.优化null空值判断,修复WhereIf参数Expression<T,bool>为null时引发的空异常bug;
+5.升级nuget包;
https://github.com/zqlovejyc/SQLBuilder.Core
sql.png