exportsql: incorrect extra ); after create table

This commit is contained in:
schdub
2015-06-10 17:16:09 +03:00
parent ad06406c70
commit e0a687992d

View File

@@ -508,7 +508,7 @@ bool DBBrowserDB::dump(const QString& filename,
return false;
}
}
stream << ");\n";
if (counter > 0) stream << ");\n";
}
sqlite3_finalize(stmt);
}