-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Warning: Array to string conversion in D:\development\scraper\gptools\vendor\requtize\query-builder\src\QueryBuilder\QueryBuilder\Compiler.php on line 68
And I solved this problem
if(isset($querySegments['orderBy']) && is_array($querySegments['orderBy']))
{
foreach($querySegments['orderBy'] as $order)
$orderBy = $this->quoteTable($order['field']).' '.$order['type'].', ';
if($orderBy = trim($orderBy, ', '))
$orderBy = 'ORDER BY '.$orderBy;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
