Skip to content

Commit

Permalink
Merge pull request cakephp#1097 from aavrug/patch-11
Browse files Browse the repository at this point in the history
Update retrieving-your-data.rst
  • Loading branch information
bcrowe committed Feb 17, 2014
2 parents 9c31656 + 864ec2d commit bfd1b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/models/retrieving-your-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ Which produces the following SQL::
WHERE
((`Company`.`name` = 'Future Holdings')
OR
(`Company`.`name` = 'Steel Mega Works'))
(`Company`.`city` = 'CA'))
AND
((`Company`.`status` = 'active')
OR (NOT (`Company`.`status` IN ('inactive', 'suspended'))))
Expand Down

0 comments on commit bfd1b51

Please sign in to comment.