Exemplo n.º 1
0
 def dump(self):
     """
     Dumps the database, returning a list of SQL commands.
     """
     # FIXME: This could return a few hundred KB of data,
     # we need to investigate a way of doing that in chunks.
     return connection.dump()
Exemplo n.º 2
0
 def dump(self):
     """
     Dumps the database, returning a list of SQL commands.
     """
     # FIXME: This could return a few hundred KB of data,
     # we need to investigate a way of doing that in chunks.
     return connection.dump()