예제 #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())