Add /\ to escpaed characters in column name

This commit is contained in:
Arik Fraimovich
2014-05-18 14:25:54 +03:00
parent b0cc646b5e
commit 8712c8567c

View File

@@ -224,7 +224,9 @@
'__qm': /\?/g,
'__brkt': /[\(\)\[\]]/g,
'__dash': /-/g,
'__amp': /&/g
'__amp': /&/g,
'__sl': /\//g,
'__fsl': /\\/g,
};
QueryResult.prototype.getColumnCleanName = function (column) {