Fix to work with pg >= 2.8.2

PushSpring-master v0.2.1
Brian M. Carlson 11 years ago
parent 16e2001064
commit dc6521b7c1

@ -55,7 +55,7 @@ CopyStreamQuery.prototype.handleError = function(e) {
this.emit('error', e)
}
CopyStreamQuery.prototype.streamData = function(connection) {
CopyStreamQuery.prototype.handleCopyInResponse = function(connection) {
this.pipe(connection.stream)
}

@ -1,6 +1,6 @@
{
"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",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save