has many fetch with join
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#ifndef QUERY_RECORD_HPP
|
||||
#define QUERY_RECORD_HPP
|
||||
|
||||
#include "matador/utils/access.hpp"
|
||||
|
||||
#include "matador/sql/field.hpp"
|
||||
|
||||
#include <vector>
|
||||
@@ -34,8 +32,7 @@ public:
|
||||
~record() = default;
|
||||
|
||||
template<class Operator>
|
||||
void process(Operator &op)
|
||||
{
|
||||
void process(Operator &op) {
|
||||
for(auto &f : fields_) {
|
||||
f.get().process(op);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user