This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user