mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	修改 SyncStructure 返回值
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user