mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
import-export - work with schema (mssql)
This commit is contained in:
@@ -14,7 +14,7 @@ export default async function createImpExpScript(values) {
|
||||
const connection = await getConnectionInfo({ conid: values.sourceConnectionId });
|
||||
const driver = engines(connection);
|
||||
|
||||
const fullName = fullNameFromString(table);
|
||||
const fullName = { schemaName: values.sourceSchemaName, pureName: table };
|
||||
script.assign(sourceVar, 'queryReader', {
|
||||
connection: {
|
||||
..._.pick(connection, ['server', 'engine', 'user', 'password', 'port']),
|
||||
|
||||
Reference in New Issue
Block a user