SYNC: SQL fixed database WIP

This commit is contained in:
SPRINX0\prochazka
2025-06-23 13:10:18 +02:00
committed by Diflow
parent d004e6e86c
commit a648f1ee67
4 changed files with 47 additions and 4 deletions

View File

@@ -40,7 +40,7 @@
import runCommand from '../commands/runCommand';
import SaveFileModal from '../modals/SaveFileModal.svelte';
import newQuery from '../query/newQuery';
let filter = '';
let domSqlObjectList = null;
@@ -130,6 +130,9 @@
savedFile,
savedCloudFolderId,
savedCloudContentId,
fixCurrentConnection: true,
title: savedFile,
});
},
});