Opened 18 years ago

Last modified 18 years ago

#17 closed defect

ItemContext.configureQuery doesn't LEFT JOIN properties with more than one dot, ie. creationEvent.protocol.name — at Version 1

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.0 RC1
Component: web Version: trunk
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

This results in queries which doesn't return any items with null values in the joined property if we sort on that property.

Change History (1)

comment:1 by Nicklas Nordborg, 18 years ago

Description: modified (diff)
Status: newassigned

The same if true if we have a filter on that property. It will not return items with null values even if that is what we are filtering on. A LEFT JOIN would solve the problem since it will inlcude null associations as well.

Note: See TracTickets for help on using tickets.