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