This commit is contained in:
28810
2020-04-07 18:09:29 +08:00
parent c1882cd768
commit 0f3bad338f
27 changed files with 52 additions and 52 deletions

View File

@@ -82,7 +82,7 @@ namespace FreeSql.Internal.CommonProvider
if (isThrowException)
{
if (DataType == DataType.Sqlite) cmd.Dispose();
throw ex;
throw new Exception(ex.Message, ex);
}
}