:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 29s

This commit is contained in:
Your Name
2025-05-30 19:23:53 +12:00
parent b72eb9394a
commit 2c2517f2fc
4 changed files with 26 additions and 16 deletions

View File

@@ -40,6 +40,8 @@ class Database {
bool merge_existing_entry(const dbEntry& existing, const dbEntry& new_entry, dbEntry& merged);
bool insert_new_entry(const dbEntry& entry);
bool handle_tag_conflicts(const dbEntry& entry);
bool run_sql_text(const std::string& sql, const std::string& bind_text, dbEntry& entry);
};
} // namespace simple_object_storage