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