cakephp2-php8/lib/Cake/Test
mark_story c548b6b88a Fix issue with find(count) and translated conditions.
Because count queries did not have joins created for the translated
fields pagination would generate invalid queries. Checking the conditions
for translated fields and adding in the correct joins solves that.
Extract what would have been duplicated code into methods.

Add a few protected properties to keep method signatures sane. The code
could be even simpler if the existing find(count) join was removed.

Fixes #2349
2012-01-08 20:40:25 -05:00
..
Case Fix issue with find(count) and translated conditions. 2012-01-08 20:40:25 -05:00
Fixture More code standards formatting 2011-12-15 23:00:07 -08:00
test_app Update Configure::load() to use Set::merge() 2012-01-07 10:45:48 -05:00