column_expression progress

This commit is contained in:
2026-03-06 15:39:53 +01:00
parent 9b4738a5ff
commit 2aff0cabbb
20 changed files with 104 additions and 53 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ utils::result<object::object_ptr<Type>, utils::error> session::update(const obje
const auto col = table_column(it->second.node().info().primary_key_attribute()->name());
auto res = matador::query::query::update(it->second.name())
.set(generator::column_value_pairs<Type>())
.set<Type>()
.where(col == _)
.prepare(*this);
if (!res) {