Fix mysql test

This commit is contained in:
chinpei215 2017-02-03 21:13:51 +09:00
parent 923b73a7ba
commit abd7a257fe

View file

@ -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']);