|
@@ -154,7 +154,7 @@ class SimpleAceEditor {
|
|
|
inFocus: ko.observable()
|
|
inFocus: ko.observable()
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- if (connector.dialect === 'hive' || connector.dialect === 'impala') {
|
|
|
|
|
|
|
+ if (connector.is_sql) {
|
|
|
sqlWorkerHandler.registerWorkers();
|
|
sqlWorkerHandler.registerWorkers();
|
|
|
const aceLocationHandler = new AceLocationHandler({
|
|
const aceLocationHandler = new AceLocationHandler({
|
|
|
editor: editor,
|
|
editor: editor,
|