File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ public function resolveAdditionalSelects($column)
278278 return $ selects ->count () > 1
279279 ? new Expression ("CONCAT_WS(' " . static ::SEPARATOR . "' , " .
280280 collect ($ selects )->map (function ($ select ) {
281- return "IF( $ select , $ select, '') " ;
281+ return "COALESCE( $ select, '') " ;
282282 })->join (', ' ) . ') ' )
283283 : $ selects ->first ();
284284 }
Original file line number Diff line number Diff line change @@ -168,8 +168,9 @@ public function it_returns_width_property_from_column()
168168 'filterView ' => null ,
169169 'select ' => null ,
170170 'joins ' => null ,
171+
171172 'aggregate ' => 'group_concat ' ,
172- 'align ' => 'left ' ,
173+ 'align ' => 'left ' ,gch
173174 'preventExport ' => null ,
174175 'width ' => '1em ' ,
175176 'unsortable ' => null ,
You can’t perform that action at this time.
0 commit comments