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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pg-query-stream implementation #2051

Merged
merged 5 commits into from Dec 30, 2019
Merged

Fix pg-query-stream implementation #2051

merged 5 commits into from Dec 30, 2019

Commits on Dec 28, 2019

  1. Fix pg-query-stream

    There were some subtle behaviors with the stream being implemented incorrectly & not working as expected with async iteration.  I've modified the code based on #2050 and comments in #2035 to have better test coverage of async iterables and update the internals significantly to more closely match the readable stream interface.
    
    Note: this is a __breaking__ (semver major) change to this package as the close event behavior is changed slightly, and `highWaterMark` is no longer supported.  It shouldn't impact most usage, but breaking regardless.
    brianc committed Dec 28, 2019
    Copy the full SHA
    e3cb40c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Copy the full SHA
    daa7523 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7875c48 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5eaad2f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    91d0a72 View commit details
    Browse the repository at this point in the history