Opened 15 years ago

Closed 15 years ago

#1358 closed defect (fixed)

Left join is not generated when filtering on aliased property with association path

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.13
Component: core Version:
Keywords: Cc:

Description

This problem is sort of related to #1357 and also appears in ItemContext.configureQuery(). It happens when filtering on a property like: $abc.owner.name. The filter itself is added correctly but no left join is generated which makes it impossible to filter on null values.

Change History (2)

comment:1 by Nicklas Nordborg, 15 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [5047]) Fixes #1358: Left join is not generated when filtering on aliased property with association path

Note: See TracTickets for help on using tickets.