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