mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
exportsql: incorrect extra ); after create table
This commit is contained in:
@@ -508,7 +508,7 @@ bool DBBrowserDB::dump(const QString& filename,
|
||||
return false;
|
||||
}
|
||||
}
|
||||
stream << ");\n";
|
||||
if (counter > 0) stream << ");\n";
|
||||
}
|
||||
sqlite3_finalize(stmt);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user