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

Fix compatibility with newer versions of node #39

Merged
merged 5 commits into from May 3, 2016
Merged

Commits on Dec 17, 2015

  1. Eliminate detach/reattach strategy as it isn't able to differentiate …

    …between on/once and inconsistenly loses unshifted data depending on node version. Instead just split stream and send it to copy stream and the connection.stream at the same time. Disconnecting copy stream just means unpiping. Added handleCopyData to fulfill query contract but ignore the incoming data.
    
    Add node 4.2.2 to Travis
    Minimum postgres 9.2 to allow tests to complete in Travis
    
    Remove test that is no longer needed since we no longer disconnect/reconnect listeners
    chriskinsman committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    e1ce9a3 View commit details
    Browse the repository at this point in the history
  2. Add resume

    chriskinsman committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    9d197a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd4a87d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Re-enable old tests

    brianc committed May 3, 2016
    Configuration menu
    Copy the full SHA
    17697e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be7af37 View commit details
    Browse the repository at this point in the history