示例#1
0
 def applyDbChanges(self):
     writer = writerSql()
     comparator_obj = comparator(writer)
     results = comparator_obj.compare(self.db_info_from, self.db_info_to)
     results.runSql(self.db_connection_target)
示例#2
0
 def applyDbChanges(self):
     writer = writerSql()
     comparator_obj = comparator(writer)
     results = comparator_obj.compare(self.db_info_from, self.db_info_to)
     results.runSql(self.db_connection_target)
示例#3
0
 def compareSql(self):
     writer = writerSql()
     comparator_obj = comparator(writer)
     results = comparator_obj.compare(self.db_info_from, self.db_info_to)
     print(results.getText())
示例#4
0
 def compareSql(self):
     writer = writerSql()
     comparator_obj = comparator(writer)
     results = comparator_obj.compare(self.db_info_from, self.db_info_to)
     print(results.getText())