Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Node 17.4 and adopt stream.pipeline(streams,{end:false} option #169

Closed
markddrake opened this issue Jan 30, 2022 · 2 comments
Closed
Assignees
Labels
enhancement New feature or request YadamuDBI Issue with YadamuDBI and associated common classes

Comments

@markddrake
Copy link
Owner

Node stream.pipeline has been enhanced adding the option to leave the last component of a pipeline open (nodejs/node#34805 (comment)). This allows enables a significant simplification of the code used to generate export files.

@markddrake
Copy link
Owner Author

The code to manage writing export files has been updated to use the {end: false} option of the pipeline operator

@markddrake markddrake self-assigned this Jan 30, 2022
@markddrake markddrake added enhancement New feature or request YadamuDBI Issue with YadamuDBI and associated common classes labels Jan 30, 2022
@markddrake
Copy link
Owner Author

Using this option also enable significant simplification of error and reject management

@markddrake markddrake changed the title Upgrade to Node 17.4 Upgrade to Node 17.4 and adopt stream.pipeline(streams,{end:false} option Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request YadamuDBI Issue with YadamuDBI and associated common classes
Projects
None yet
Development

No branches or pull requests

1 participant