mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 21:06:00 +00:00
sql generate aliases automatically #1122
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
import useEffect from '../utility/useEffect';
|
||||
import { getContext } from 'svelte';
|
||||
import { mountCodeCompletion } from './codeCompletion';
|
||||
import { getCurrentSettings } from '../stores';
|
||||
export let engine = null;
|
||||
export let conid = null;
|
||||
export let database = null;
|
||||
@@ -44,6 +45,7 @@
|
||||
database,
|
||||
editor,
|
||||
getText: () => domEditor.getCodeCompletionCommandText(),
|
||||
getSettings: () => getCurrentSettings(),
|
||||
});
|
||||
}
|
||||
return () => {};
|
||||
|
||||
Reference in New Issue
Block a user