Changes between Initial Version and Version 1 of Ticket #17


Ignore:
Timestamp:
Jan 23, 2006, 1:20:31 PM (18 years ago)
Author:
Nicklas Nordborg
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17

    • Property Status newassigned
  • Ticket #17 – Description

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