Open MordantWastrel opened 3 years ago
If you try to eager load a belongsToThrough relationship, Quick throws this error:
No matching function [MATCHONE] found
on BelongsToThrough.cfc:281 from BaseEntity.cfc:2475.
This function only exists on HasOneOrMany in 4.2.3.
This relationship shouldn't need to call matchOne but should more closely resemble belongsTo#match.
matchOne
belongsTo#match
If you try to eager load a belongsToThrough relationship, Quick throws this error:
on BelongsToThrough.cfc:281 from BaseEntity.cfc:2475.
This function only exists on HasOneOrMany in 4.2.3.