mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Add /\ to escpaed characters in column name
This commit is contained in:
@@ -224,7 +224,9 @@
|
||||
'__qm': /\?/g,
|
||||
'__brkt': /[\(\)\[\]]/g,
|
||||
'__dash': /-/g,
|
||||
'__amp': /&/g
|
||||
'__amp': /&/g,
|
||||
'__sl': /\//g,
|
||||
'__fsl': /\\/g,
|
||||
};
|
||||
|
||||
QueryResult.prototype.getColumnCleanName = function (column) {
|
||||
|
||||
Reference in New Issue
Block a user