From 2eff3d38bf623c1e6ee25dbf5065e9db0dfd1348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BC=BA?= <943620963@qq.com> Date: Thu, 5 Dec 2019 10:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA1.0.3.1=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SQLBuilder.Core/SQLBuilder.Core.csproj | 34 ++++++++++++++------------ 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/SQLBuilder.Core/SQLBuilder.Core.csproj b/SQLBuilder.Core/SQLBuilder.Core.csproj index 5f46874..ad85d1f 100644 --- a/SQLBuilder.Core/SQLBuilder.Core.csproj +++ b/SQLBuilder.Core/SQLBuilder.Core.csproj @@ -2,16 +2,18 @@ netstandard2.0 - 1.0.3.0 + 1.0.3.1 张强 - 1.0.3.0 + 1.0.3.1 true Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL - Copyright © 2018 , 张强 943620963@qq.com + Copyright © 2018-2020 , 张强 943620963@qq.com Zq.SQLBuilder.Core - 1.修复ToDynamicParameters扩展方法把参数名前缀全部替换成@的BUG; -2.更新nuget引用包为最新稳定版本; - 1.0.3.0 + 1.修复FindEntity主键值为null抛出异常bug; +2.修复Lambda表达式中部分Contains方法sql解析错误bug; +3.修复IN和NOT IN取非语法解析错误bug; +4.nuget引用包更新至最新版本; + 1.0.3.1 https://github.com/zqlovejyc/SQLBuilder.Core @@ -26,17 +28,17 @@ - - - - - - - - - + + + + + + + + + - +