Commit d42b4d64 authored by Medicean's avatar Medicean

(Fix:DataBase) fix php sqlsrv decode encoding undefined

parent 457d4fab
......@@ -1667,8 +1667,8 @@ class PHP {
switch(this.dbconf['type']){
case 'sqlsrv':
var sqlsrv_conncs_mapping = {
'UTF-8': 'utf8',
'CHAR': '',
'utf-8': 'utf8',
'char': '',
}
encoding = sqlsrv_conncs_mapping[this.dbconf['encode']] || '';
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment