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