Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 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())
Exemplo n.º 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())