mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fix mysql test
This commit is contained in:
parent
923b73a7ba
commit
abd7a257fe
1 changed files with 2 additions and 0 deletions
|
@ -1277,6 +1277,8 @@ SQL;
|
||||||
'limit' => array(),
|
'limit' => array(),
|
||||||
'offset' => array(),
|
'offset' => array(),
|
||||||
'group' => array(),
|
'group' => array(),
|
||||||
|
'having' => null,
|
||||||
|
'lock' => null,
|
||||||
'callbacks' => null
|
'callbacks' => null
|
||||||
);
|
);
|
||||||
$queryData['joins'][0]['table'] = $this->Dbo->fullTableName($queryData['joins'][0]['table']);
|
$queryData['joins'][0]['table'] = $this->Dbo->fullTableName($queryData['joins'][0]['table']);
|
||||||
|
|
Loading…
Add table
Reference in a new issue