jdaugherty opened a new issue, #15491:
URL: https://github.com/apache/grails-core/issues/15491

   ### Issue description
   
   Commit ddae6ee795 ("Auto-create aliases for joined association projections") 
introduced a regression in 
AbstractHibernateQuery.calculateProjectionPropertyName(). When a projection 
references a dotted association path like warehouse.id, the method auto-creates 
a Hibernate alias via getOrCreateAlias(). That method defaults to INNER_JOIN 
when no explicit join type is registered, which filters out all rows where the 
association is null.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to