mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
Merge branch 'master' into feature/postgresql-export-bytea
This commit is contained in:
@@ -74,6 +74,7 @@ const libsqlDriver = {
|
||||
message: `${rowCounter.count} rows affected`,
|
||||
time: new Date(),
|
||||
severity: 'info',
|
||||
rowsAffected: rowCounter.count,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
@@ -69,6 +69,7 @@ const driver = {
|
||||
message: `${rowCounter.count} rows affected`,
|
||||
time: new Date(),
|
||||
severity: 'info',
|
||||
rowsAffected: rowCounter.count,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
@@ -28,6 +28,7 @@ function runStreamItem(dbhan, sql, options, rowCounter, engine) {
|
||||
message: `${rowCounter.count} rows affected`,
|
||||
time: new Date(),
|
||||
severity: 'info',
|
||||
rowsAffected: rowCounter.count,
|
||||
});
|
||||
rowCounter.count = 0;
|
||||
rowCounter.date = null;
|
||||
|
||||
Reference in New Issue
Block a user