Merge remote-tracking branch 'cooperl22/master'
This commit is contained in:
commit
1d08883ef7
@ -50,6 +50,10 @@ class DB2Grammar extends Grammar
|
||||
*/
|
||||
public function compileSelect(Builder $query)
|
||||
{
|
||||
if (is_null($query->columns)) {
|
||||
$query->columns = array('*');
|
||||
}
|
||||
|
||||
$components = $this->compileComponents($query);
|
||||
|
||||
// If an offset is present on the query, we will need to wrap the query in
|
||||
|
Loading…
Reference in New Issue
Block a user