CRM-16544 - Select::where() - Less aggressive dedupe
authorTim Otten <totten@civicrm.org>
Tue, 1 Sep 2015 00:59:27 +0000 (17:59 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 1 Sep 2015 00:59:27 +0000 (17:59 -0700)
commitfa7c2979cb725851137ef307c00a755981d9014b
tree5f4e6f57269b570d0184de328a939d8ba9109b7c
parenteac2eeb056e384fb0d1a6848ce5411dba018eb0a
CRM-16544 - Select::where() - Less aggressive dedupe

The where() function attempts to dedupe WHERE clauses, but this could
misbehave when similar clauses are used with different data, and it's been
implicated in a symptom where CiviMail shows irrelevant attachments.

http://civicrm.stackexchange.com/a/5059/93
CRM/Utils/SQL/Select.php