新增非法字段检查
This commit is contained in:
@@ -139,7 +139,7 @@ public partial class MySqlDestination : IDisposable, IAsyncDisposable
|
||||
// 在这里处理特殊列
|
||||
#region HandleFields
|
||||
|
||||
if (field.Length == 2 && field == @"\N") // MyDumper导出的NULL为'\N'('\'不是转义字符)
|
||||
if (field.Length == 2 && field == ConstVar.MyDumperNull) // MyDumper导出的NULL为'\N'('\'不是转义字符)
|
||||
{
|
||||
recordSb.Append(ConstVar.Null);
|
||||
goto Escape;
|
||||
|
Reference in New Issue
Block a user