Open dhumphreys opened 12 years ago
When joining multiple soft-delete tables, all of the soft delete checks are being placed in the WHERE clause. In order to facilitate more intelligent behavior, the soft delete checks should be placed in the join conditions instead.
Although this is now solved in the main line, it needs to be solved in the branch related to #37 as well.
When joining multiple soft-delete tables, all of the soft delete checks are being placed in the WHERE clause. In order to facilitate more intelligent behavior, the soft delete checks should be placed in the join conditions instead.