mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 19:42:41 +00:00
Merge branch 'mergers' into 1.2-merger
Conflicts: cake/libs/view/helpers/text.php cake/tests/cases/libs/view/helpers/text.test.php
This commit is contained in:
commit
24b636cc71
25 changed files with 1402 additions and 969 deletions
|
@ -1933,7 +1933,7 @@ class DboSource extends DataSource {
|
|||
} else {
|
||||
$data = $this->__quoteFields($key) . ' IN (';
|
||||
}
|
||||
if ($quoteValues || strpos($value[0], '-!') !== 0) {
|
||||
if ($quoteValues) {
|
||||
if (is_object($model)) {
|
||||
$columnType = $model->getColumnType($key);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue