phalcon / cphalcon

High performance, full-stack PHP framework delivered as a C extension.
https://phalcon.io
BSD 3-Clause "New" or "Revised" License
10.79k stars 1.96k forks source link

Include the reference model name in the build query when getting rela… #16654

Closed alrieckert closed 1 month ago

alrieckert commented 1 month ago

…ted records

When we overload the getRelated function and join more tables, it can happen that the referencedField/s can't be mapped back correctly to the referenceModel it not specified

Hello!

In raising this pull request, I confirm the following:

Small description of change:

Thanks