From 5432a9e77c599fe8783a2d89f12a608c4853c889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BC=BA?= <943620963@qq.com> Date: Mon, 30 Dec 2019 13:59:16 +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.3=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SQLBuilder.Core/SQLBuilder.Core.csproj | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/SQLBuilder.Core/SQLBuilder.Core.csproj b/SQLBuilder.Core/SQLBuilder.Core.csproj index 654b655..60509ec 100644 --- a/SQLBuilder.Core/SQLBuilder.Core.csproj +++ b/SQLBuilder.Core/SQLBuilder.Core.csproj @@ -2,17 +2,15 @@ netstandard2.0 - 1.0.3.2 + 1.0.3.3 张强 - 1.0.3.2 + 1.0.3.3 true Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL Copyright © 2018-2020 , 张强 943620963@qq.com Zq.SQLBuilder.Core - 1.修复BinaryExpression解析IN和NOT IN取非错误bug; -2.修复MemberExpression部分Where条件解析错误bug; -3.修改Nullable扩展方法; - 1.0.3.2 + 1.修复实体bool类型字段解析sql错误bug; + 1.0.3.3 https://github.com/zqlovejyc/SQLBuilder.Core