mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
9e6120c86a
Example: $condition['Model.id !='] = array(1, 2); //Generates Model.id NOT IN (1, 2) as expected $condition['Model.id !='] = array(1); //Generates Model.id != = (1) which is invalid SQL Patch will cause the above to generate Model.id != (1); This an implimentation of @markstory's suggestion on PR 1232 |
||
---|---|---|
.. | ||
Behavior | ||
Datasource | ||
Validator | ||
AclNode.php | ||
Aco.php | ||
AcoAction.php | ||
Aro.php | ||
BehaviorCollection.php | ||
CakeSchema.php | ||
ConnectionManager.php | ||
I18nModel.php | ||
Model.php | ||
ModelBehavior.php | ||
ModelValidator.php | ||
Permission.php |