has many to many eager loading via sql join (progress)
This commit is contained in:
@@ -16,7 +16,7 @@ void session_query_builder::on_revision(const char *id, unsigned long long &/*re
|
||||
}
|
||||
|
||||
void session_query_builder::push(const std::string &column_name) {
|
||||
const auto it = processed_tables_.find(table_info_stack_.top().get().name());
|
||||
const auto it = processed_tables_.find(table_info_stack_.top().info.get().name());
|
||||
if (it == processed_tables_.end()) {
|
||||
throw query_builder_exception{query_build_error::UnexpectedError};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user