mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-74656-fix' of https://github.com/paulholden/moodle
This commit is contained in:
commit
202ce9173b
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ abstract class base {
|
|||
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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue