mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
public cloud improvements
This commit is contained in:
@@ -565,7 +565,7 @@
|
||||
|
||||
onInitialData: value => {
|
||||
const frontMatter = getSqlFrontMatter(value, yaml);
|
||||
if (frontMatter?.autoExecute) {
|
||||
if (frontMatter?.autoExecute && hasConnection() && !isBusy()) {
|
||||
executeCore(value, 0);
|
||||
}
|
||||
if (frontMatter?.splitterInitialValue) {
|
||||
|
||||
Reference in New Issue
Block a user