mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +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 |
||
---|---|---|
.. | ||
Database | ||
Session | ||
CakeSession.php | ||
DataSource.php | ||
DboSource.php |