pg-copy-streams
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -58,3 +58,3 @@ var CopyToQueryStream = require('./copy-to') | ||
CopyStreamQuery.prototype.streamData = function(connection) { | ||
CopyStreamQuery.prototype.handleCopyInResponse = function(connection) { | ||
this.pipe(connection.stream) | ||
@@ -61,0 +61,0 @@ } |
{ | ||
"name": "pg-copy-streams", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Low-Level COPY TO and COPY FROM streams for PostgreSQL in JavaScript using", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
11258
8
0
95