Updated clang format, and restored dsd file handling that was actually broken
This commit is contained in:
@@ -344,7 +344,7 @@ CREATE TABLE IF NOT EXISTS "track_backup" (
|
||||
SELECT 1, 0, s_s.media_directory, "Main"
|
||||
FROM scan_settings s_s
|
||||
WHERE id = ?)",
|
||||
scanSettingsId);
|
||||
scanSettingsId);
|
||||
|
||||
// Remove the outdated column in scan_settings
|
||||
utils::executeCommand(*session.getDboSession(), "ALTER TABLE scan_settings DROP media_directory");
|
||||
|
||||
@@ -74,7 +74,7 @@ namespace lms::db
|
||||
class SelectStatement
|
||||
{
|
||||
public:
|
||||
SelectStatement(){};
|
||||
SelectStatement() {};
|
||||
SelectStatement(const std::string& item);
|
||||
|
||||
SelectStatement& And(const std::string& item);
|
||||
|
||||
Reference in New Issue
Block a user