DUMP: change format slightly
This commit is contained in:
parent
139dfbafb5
commit
7f2364cf1d
|
@ -295,7 +295,7 @@ class Database:
|
||||||
#end def __init__
|
#end def __init__
|
||||||
|
|
||||||
def dumpDatabase(self):
|
def dumpDatabase(self):
|
||||||
result="Database dump version " + str(DB_VERSION)+"\n\n"
|
result="fpdb database dump\nDB version=" + str(DB_VERSION)+"\n\n"
|
||||||
|
|
||||||
tables=self.cursor.execute(self.sql.query['list_tables'])
|
tables=self.cursor.execute(self.sql.query['list_tables'])
|
||||||
tables=self.cursor.fetchall()
|
tables=self.cursor.fetchall()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user