Opened 19 years ago
Closed 19 years ago
#17 closed defect (fixed)
ItemContext.configureQuery doesn't LEFT JOIN properties with more than one dot, ie. creationEvent.protocol.name
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.
Change History (2)
comment:1 by , 19 years ago
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.