Having the follow basic tables (one-to-many relationship) Client - Has many users. Users - Each user belongs to single client.
In a very simple exampl
Try to set the HINT_INCLUDE_META_COLUMNS query hint on the query (not the builder) before you execute it.
HINT_INCLUDE_META_COLUMNS
$q->setHint(Query::HINT_INCLUDE_META_COLUMNS, true);