mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 09:05:59 +00:00
Remove recordset call in MySQL driver
This commit is contained in:
@@ -136,7 +136,6 @@ const drivers = driverBases.map(driverBase => ({
|
|||||||
time: new Date(),
|
time: new Date(),
|
||||||
severity: 'info',
|
severity: 'info',
|
||||||
});
|
});
|
||||||
options.recordset(columns, { engine: driverBase.engine });
|
|
||||||
} else {
|
} else {
|
||||||
if (columns) {
|
if (columns) {
|
||||||
options.row(modifyRow(zipDataRow(row, columns), columns));
|
options.row(modifyRow(zipDataRow(row, columns), columns));
|
||||||
|
|||||||
Reference in New Issue
Block a user