We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecba8b0 commit 5b8fa9dCopy full SHA for 5b8fa9d
src/Query/Grammars/DB2Grammar.php
@@ -40,6 +40,8 @@ protected function compileLimit(Builder $query, $limit)
40
*/
41
public function compileSelect(Builder $query)
42
{
43
+ if (is_null($query->columns)) $query->columns = array('*');
44
+
45
$components = $this->compileComponents($query);
46
47
// If an offset is present on the query, we will need to wrap the query in
0 commit comments