column, placeholder and column_value generator progress
This commit is contained in:
@@ -74,7 +74,7 @@ void session_query_builder::append_join(const sql::column &left, const sql::colu
|
||||
using namespace matador::query;
|
||||
entity_query_data_.joins.push_back({
|
||||
{right.table_},
|
||||
left == right
|
||||
std::make_unique<binary_column_criteria>(left, binary_operator::EQUALS, right)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user