mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-12-24 01:25:48 +08:00
v1.3.5
This commit is contained in:
@@ -82,7 +82,7 @@ namespace FreeSql.Internal.CommonProvider
|
||||
if (isThrowException)
|
||||
{
|
||||
if (DataType == DataType.Sqlite) cmd.Dispose();
|
||||
throw ex;
|
||||
throw new Exception(ex.Message, ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user