I'm doing sorting based on a field that references another table (and sorting on that other table's 'name' field). The issue is that when my first set of objects has some entries that don't have a reference to the other, that entry is excluded from the sorting.
So.. in short, I have a column that is a reference to another table (and sorting over a column in that table), but I also want to include null references.