Just been playing with 7079 (the latest nightly for version 1.2) and came across two things that have left me confused:
1. The Soft deletable behaviour seems to fail because the injection of 'deleted != 1' into conditions as part of a beforeFind callback gets turned into 'deleted = 1'; This can be worked around by replacing the two instances of '!= 1' in the beforeFind method with false 2. Try as I might, I cannot get conditions containing >. < or LIKE to work. This could easily be me being an idiot so has anybody else seen anything like this? As an example, see http://bin.cakephp.org/saved/32951 where I have pasted in a method and the SQL output I get from that method. If anybody can see what I am doing wrong or shed some light I would be grateful! ianh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
