mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 10:42:52 +08:00
- 解决boundary带双引号 可能导致服务器错误情况
This commit is contained in:
parent
f6c70f254c
commit
cefa96a090
@ -55,8 +55,6 @@ public static partial class QuestDbGlobalExtensions
|
||||
lines.Add(line);
|
||||
line = sr.ReadLine();
|
||||
}
|
||||
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
@ -140,8 +138,7 @@ public static partial class QuestDbGlobalExtensions
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.WriteLine(e);
|
||||
throw;
|
||||
throw e;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user