renamed fetch types to be pascal case
This commit is contained in:
@@ -32,7 +32,7 @@ struct names {
|
||||
void process(Operator &op) {
|
||||
namespace field = matador::access;
|
||||
field::primary_key(op, "id", id);
|
||||
field::has_many(op, "name_list", names_list, "names_id", utils::fetch_type::EAGER);
|
||||
field::has_many(op, "name_list", names_list, "names_id", utils::fetch_type::Eager);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user