mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 21:25:59 +00:00
fixed(oracle) - removed incorrect query result row
This commit is contained in:
@@ -151,7 +151,7 @@ finally {
|
|||||||
wasHeader = true;
|
wasHeader = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
options.row(zipDataRow(row, columns));
|
// options.row(zipDataRow(row, columns));
|
||||||
});
|
});
|
||||||
|
|
||||||
query.on('data', row => {
|
query.on('data', row => {
|
||||||
|
|||||||
Reference in New Issue
Block a user