diff --git a/SQLBuilder.Core/SQLBuilder.Core.csproj b/SQLBuilder.Core/SQLBuilder.Core.csproj index 353c73e..1c14d35 100644 --- a/SQLBuilder.Core/SQLBuilder.Core.csproj +++ b/SQLBuilder.Core/SQLBuilder.Core.csproj @@ -2,17 +2,15 @@ netstandard2.0 - 1.0.3.8 + 1.0.3.9 张强 - 1.0.3.8 + 1.0.3.9 true Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL;基于Dapper实现了不同数据库对应的数据仓储Repository; Copyright © 2018-2020 , 张强 943620963@qq.com Zq.SQLBuilder.Core - 1.新增SQLBuilder仓储注入扩展方法; -2.完善select表达式树解析逻辑,支持更加灵活的查询字段筛选; -3.添加sql拦截委托,可以用于记录sql执行日志或者修改原sql值; - 1.0.3.8 + 1.修复List集合类型变量Contains实体某个属性时解析错误bug; + 1.0.3.9 https://github.com/zqlovejyc/SQLBuilder.Core