Open
Description
Expected behavior:
$query = $xpdo->newQuery(<classA>::class);
$query->setClassAlias('A');
$query->innerJoin(<classB>::class>, 'B', ['B.fk_id = A.id']);
$iterator = $xpdo->getIterator(<classA>::class, $query);
... (expect objects retrieved in the $iterator to have successfully run the innerJoin)
Actual behavior: does not run the inner join as expected
I believe this doesn't just affect joins, but any operations where the class alias is used in the query.
Metadata
Metadata
Assignees
Labels
No labels