Skip to content

chore(pg-query-stream): remove through dependency #2518

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

Merged
merged 1 commit into from
Apr 13, 2021

Conversation

fpusch
Copy link
Contributor

@fpusch fpusch commented Apr 11, 2021

I was browsing through the tests for the pg-query-stream package to see how to wire a transform stream to the output and the dependency seemed unnecessary to me. Hence this PR is removing it and replacing it with a stream.Transform.

If you think changes like this are worthwhile I can have a look through the other packages for similar "easy" PRs to get started contributing to pg.

@fpusch fpusch force-pushed the chore/remove-through-dependency branch from c9360e9 to f124026 Compare April 11, 2021 18:05
@brianc
Copy link
Owner

brianc commented Apr 13, 2021

hey this is cool thank you! You're definitely welcome to look through anything else you think its worthwhile - always open to contribution! If it's an architecture or major change probably best to open an issue about it to discuss. My # 1 goal is being very very careful w/ backwards compatibility so those changes would be trickier.

@brianc brianc merged commit d99b574 into brianc:master Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants