rails/activerecord/test/cases/relation
Carlos Antonio da Silva 89ab303d8b Fix where.not with in clause
Arel::Nodes::In inherits from Arel::Nodes::Equality, so the case
statement was always using the Equality operator for both scenarios,
resulting in a not equal query instead.
2012-12-07 08:56:49 -02:00
..
where_chain_test.rb Fix where.not with in clause 2012-12-07 08:56:49 -02:00
where_test.rb Move where with blank conditions test to the correct where tests file 2012-12-07 01:08:38 -02:00