diff --git a/SQLBuilder.Core/SQLBuilder.Core.csproj b/SQLBuilder.Core/SQLBuilder.Core.csproj index c85e706..c8edc40 100644 --- a/SQLBuilder.Core/SQLBuilder.Core.csproj +++ b/SQLBuilder.Core/SQLBuilder.Core.csproj @@ -2,17 +2,16 @@ netstandard2.0 - 1.0.2.3 + 1.0.2.4 张强 - 1.0.2.3 + 1.0.2.4 true Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL Copyright © 2018 , 张强 943620963@qq.com https://zqlovejyc.gitee.io/zqutils-js/Images/SQL.png Zq.SQLBuilder.Core - 1.优化仓储数据库连接对象; -2.优化仓储事务关闭方法Close,修复Sqlite事务关闭时无法访问已释放对象BUG; - 1.0.2.3 + 1.优化数据库连接字符串属性,修复当using使用后连接字符串被置为空无法再次使用BUG; + 1.0.2.4 https://github.com/zqlovejyc/SQLBuilder.Core