Subject: | Sets of Class::DBI objects do not work |
If I populate one Set::Object with several Class::DBI objects relating to an SQL "select ... where something = value1" statement, and another Set::Object with several Class::DBI objects relating to a different SQL "select ... where something_else = value2" statement the intersection of these sets should be the equivalent of ANDing the two WHERE clauses.
It is not. This implies that Class::DBI objects containing the same data are not seen as identical by Set::Object.
I originally discussed this on Perlmonks and sample code can be found there. The thread begins on http://perlmonks.org/index.pl?node_id=339718