1.3.0-preview91

This commit is contained in:
28810
2020-03-23 23:34:14 +08:00
parent a8eaca9e58
commit 09991bbbf0
18 changed files with 18 additions and 18 deletions

View File

@ -182,7 +182,7 @@ namespace FreeSql.MsAccess
public void OnReturn(Object<DbConnection> obj)
{
//if (obj?.Value != null && obj.Value.State != ConnectionState.Closed) try { obj.Value.Close(); } catch { }
if (obj?.Value != null && obj.Value.State != ConnectionState.Closed) try { obj.Value.Close(); } catch { }
}
public void OnAvailable()