mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +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(),
|
||||
severity: 'info',
|
||||
});
|
||||
options.recordset(columns, { engine: driverBase.engine });
|
||||
} else {
|
||||
if (columns) {
|
||||
options.row(modifyRow(zipDataRow(row, columns), columns));
|
||||
|
||||
Reference in New Issue
Block a user