Esempio n. 1
0
 def restore(self, queries):
     """
     Receives a list of SQL queries (usually a database dump)
     and executes it within a transaction.
     """
     return connection.dump_recv(queries)
Esempio n. 2
0
 def restore(self, queries):
     """
     Receives a list of SQL queries (usually a database dump)
     and executes it within a transaction.
     """
     return connection.dump_recv(queries)