mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 10:42:52 +08:00
修改 SyncStructure 返回值
This commit is contained in:
parent
157a0c2805
commit
53cd4f17e1
@ -68,7 +68,7 @@ namespace FreeSql.Internal.CommonProvider
|
|||||||
}
|
}
|
||||||
var affrows = _orm.Ado.ExecuteNonQuery(CommandType.Text, ddl);
|
var affrows = _orm.Ado.ExecuteNonQuery(CommandType.Text, ddl);
|
||||||
foreach (var syncType in syncTypes) dicSyced.TryAdd(syncType.FullName, true);
|
foreach (var syncType in syncTypes) dicSyced.TryAdd(syncType.FullName, true);
|
||||||
return affrows > 0;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user