Opened 19 years ago
Last modified 19 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 )
This results in queries which doesn't return any items with null values in the joined property if we sort on that property.
Note:
See TracTickets
for help on using tickets.
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.