collection_resolver progress

This commit is contained in:
Sascha Kühl
2026-01-30 15:53:31 +01:00
parent bcec740d60
commit 0d3ab09c14
7 changed files with 58 additions and 4 deletions
+3
View File
@@ -103,4 +103,7 @@ bool value::is_blob() const {
bool value::is_null() const {
return type_ == basic_type::Null;
}
const database_type &value::raw_value() const {
return value_;
}
} // namespace matador::utils