mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-20 02:12:42 +08:00
v2.0.101 - 修复 2.0 bug、net50 问题
This commit is contained in:
@@ -49,7 +49,7 @@ namespace FreeSql.SqlServer.Curd
|
||||
catch (Exception ex)
|
||||
{
|
||||
exception = ex;
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
@@ -95,7 +95,7 @@ namespace FreeSql.SqlServer.Curd
|
||||
catch (Exception ex)
|
||||
{
|
||||
exception = ex;
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
@@ -47,7 +47,7 @@ namespace FreeSql.SqlServer.Curd
|
||||
catch (Exception ex)
|
||||
{
|
||||
exception = ex;
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
@@ -98,7 +98,7 @@ namespace FreeSql.SqlServer.Curd
|
||||
catch (Exception ex)
|
||||
{
|
||||
exception = ex;
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
@@ -131,7 +131,7 @@ namespace FreeSql.SqlServer.Curd
|
||||
catch (Exception ex)
|
||||
{
|
||||
exception = ex;
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
@@ -182,7 +182,7 @@ namespace FreeSql.SqlServer.Curd
|
||||
catch (Exception ex)
|
||||
{
|
||||
exception = ex;
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
@@ -57,7 +57,7 @@ namespace FreeSql.SqlServer.Curd
|
||||
catch (Exception ex)
|
||||
{
|
||||
exception = ex;
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
@@ -141,7 +141,7 @@ namespace FreeSql.SqlServer.Curd
|
||||
catch (Exception ex)
|
||||
{
|
||||
exception = ex;
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
Reference in New Issue
Block a user