pg-copy-streams
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -70,3 +70,3 @@ 'use strict'; | ||
// unpipe from connection | ||
this.unpipe(this.connection) | ||
this.unpipe(this.connection.stream) | ||
this.connection = null | ||
@@ -73,0 +73,0 @@ } |
{ | ||
"name": "pg-copy-streams", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Low-Level COPY TO and COPY FROM streams for PostgreSQL in JavaScript using", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -110,4 +110,8 @@ ## pg-copy-streams | ||
### version 2.2.0 - published YYYY-MM-DD | ||
### version 2.2.1 - published 2019-07-22 | ||
* Bugfix copy-from was not correctly unpiped from the the connection stream | ||
### version 2.2.0 - published 2019-03-21 | ||
* Small refactor in copy-from passing from 3 push to 2 push in every chunk transform loop | ||
@@ -114,0 +118,0 @@ * Add bench/ directory for benchmarks |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22825
8
409
163