Commit 68ab9fa7 authored by 王昆's avatar 王昆

oracle client name fix

parent 59cc9afd
...@@ -469,7 +469,7 @@ export default function ImportModal({ showModal, onCloseModal, cb = _p => { }, t ...@@ -469,7 +469,7 @@ export default function ImportModal({ showModal, onCloseModal, cb = _p => { }, t
password: auth.password || '', password: auth.password || '',
database: auth.databaseName || '', database: auth.databaseName || '',
name: item.name || '', name: item.name || '',
client: pluginsMap[item.pluginId]?.name === 'Oracle' ? 'oracle' : 'mysql2' client: pluginsMap[item.pluginId]?.name === 'Oracle' ? 'oracledb' : 'mysql2'
}; };
})); }));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment