dhumphreys / cfrel

ColdFusion Relational Algebra Framework
16 stars 5 forks source link

Improve soft delete functionality #48

Open dhumphreys opened 12 years ago

dhumphreys commented 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.

dhumphreys commented 12 years ago

Although this is now solved in the main line, it needs to be solved in the branch related to #37 as well.