From 8dfc0c69f05f14f5dedab47d86568a1ee3ab3784 Mon Sep 17 00:00:00 2001 From: zqlovejyc <943620963@qq.com> Date: Tue, 31 Mar 2020 12:12:24 +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.4.0=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SQLBuilder.Core/SQLBuilder.Core.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SQLBuilder.Core/SQLBuilder.Core.csproj b/SQLBuilder.Core/SQLBuilder.Core.csproj index 1c14d35..d10eddc 100644 --- a/SQLBuilder.Core/SQLBuilder.Core.csproj +++ b/SQLBuilder.Core/SQLBuilder.Core.csproj @@ -2,15 +2,15 @@ netstandard2.0 - 1.0.3.9 + 1.0.4.0 张强 - 1.0.3.9 + 1.0.4.0 true Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL;基于Dapper实现了不同数据库对应的数据仓储Repository; Copyright © 2018-2020 , 张强 943620963@qq.com Zq.SQLBuilder.Core - 1.修复List集合类型变量Contains实体某个属性时解析错误bug; - 1.0.3.9 + 1.修复复杂查询嵌套情况解析sql错误bug; + 1.0.4.0 https://github.com/zqlovejyc/SQLBuilder.Core