mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
oracle import pass
This commit is contained in:
@@ -107,6 +107,7 @@ const driver = {
|
||||
sql = mtrim[1];
|
||||
}
|
||||
|
||||
// console.log('EXECUTE SQL:', sql);
|
||||
const res = await dbhan.client.execute(sql);
|
||||
try {
|
||||
const columns = extractOracleColumns(res.metaData);
|
||||
|
||||
Reference in New Issue
Block a user