mirror of
https://github.com/moodle/moodle.git
synced 2025-03-17 22:20:00 +01:00
Adding support for the new mssql_n driver
Merged from MOODLE_17_STABLE
This commit is contained in:
parent
ed4b4bf1d0
commit
b2ad03364b
@ -118,6 +118,7 @@ function setup_is_unicodedb() {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'mssql':
|
case 'mssql':
|
||||||
|
case 'mssql_n':
|
||||||
case 'odbc_mssql':
|
case 'odbc_mssql':
|
||||||
/// MSSQL only runs under UTF8 + the proper ODBTP driver (both for Unix and Win32)
|
/// MSSQL only runs under UTF8 + the proper ODBTP driver (both for Unix and Win32)
|
||||||
$unicodedb = true;
|
$unicodedb = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user