v3.2.806-preview20231122

This commit is contained in:
2881099
2023-11-22 13:04:52 +08:00
parent 4289d8da69
commit 14b15a8aaa
35 changed files with 73 additions and 136 deletions

View File

@ -352,7 +352,7 @@ namespace FreeSql.Internal.ObjectPool
}
catch
{
Return(obj);
Return(obj, true);
throw;
}
@ -404,7 +404,7 @@ namespace FreeSql.Internal.ObjectPool
}
catch
{
Return(obj);
Return(obj, true);
throw;
}