mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
oracle function tests
This commit is contained in:
@@ -107,7 +107,6 @@ 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