Beispiel #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()
Beispiel #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()