added session test with has one relation
This commit is contained in:
@@ -30,7 +30,7 @@ void entity_query_builder::push(const std::string &column_name)
|
||||
void entity_query_builder::append_join(const column &left, const column &right)
|
||||
{
|
||||
entity_query_data_.joins.push_back({
|
||||
{ left.table },
|
||||
{ right.table },
|
||||
make_condition(left == right)
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user