added assignment from value, conversion to database_type and appropriate tests

This commit is contained in:
2026-04-05 12:48:13 +02:00
parent 9e4660c4ee
commit 1806e2670c
7 changed files with 170 additions and 5 deletions
+1
View File
@@ -9,6 +9,7 @@ namespace matador::utils {
enum class utils_error {
InvalidVersionString,
IdentifierTypeMismatch
};
class utils_category_impl final : public std::error_category