fixed has many and belongs to eager loading via sql join
This commit is contained in:
@@ -19,8 +19,7 @@ struct book {
|
||||
unsigned short published_in{};
|
||||
|
||||
template<typename Operator>
|
||||
void process(Operator &op)
|
||||
{
|
||||
void process(Operator &op) {
|
||||
namespace field = matador::access;
|
||||
field::primary_key(op, "id", id);
|
||||
field::attribute(op, "title", title, 511);
|
||||
|
||||
Reference in New Issue
Block a user