mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 05:36:00 +00:00
correct handle big data in sql preview
This commit is contained in:
@@ -160,7 +160,7 @@ module.exports = {
|
||||
|
||||
const opened = await this.ensureOpened(conid, database);
|
||||
const res = await this.sendRequest(opened, { msgtype: 'sqlPreview', objects, options });
|
||||
return res.sql;
|
||||
return res;
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user