Skip to content

Commit

Permalink
use backtick in index column preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Mar 30, 2023
1 parent ff1f994 commit fe03dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/utils/CommonHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ export default class CommonHelper {
item += col.name;
} else {
// regular identifier
item += `"${col.name}"`;
item += ("`" + col.name + "`");
}

if (col.collate) {
Expand Down

0 comments on commit fe03dd0

Please sign in to comment.