fixed oracle export + clickhouse test

This commit is contained in:
Jan Prochazka
2024-12-20 12:23:29 +01:00
parent 62c028fc3c
commit b07ee91cf9
3 changed files with 6 additions and 9 deletions

View File

@@ -306,12 +306,9 @@ const driver = {
}
wasHeader = true;
}
pass.write(zipDataRow(row, columns));
});
query.on('data', row => {
// console.log('readQuery data', row);
pass.write(zipDataRow(row, columns));
});