Skip to content

Commit

Permalink
Merge branch 'MDL-74656-fix' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jul 27, 2022
2 parents 7500118 + 8554470 commit 202ce91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reportbuilder/classes/local/aggregation/base.php
Expand Up @@ -92,7 +92,7 @@ final protected static function get_column_fields_concat(
global $DB;

// We need to ensure all values are char.
$sqlfieldrequirescast = in_array($DB->get_dbfamily(), ['oracle', 'postgres']);
$sqlfieldrequirescast = in_array($DB->get_dbfamily(), ['mssql', 'oracle', 'postgres']);

$concatfields = [];
foreach ($sqlfields as $sqlfield) {
Expand Down

0 comments on commit 202ce91

Please sign in to comment.