Skip to content

Commit 613112c

Browse files
committed
Upgrade to pg-native 1.2.0 to support rowMode:array
1 parent 3867851 commit 613112c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/native/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var NativeQuery = require('./query');
77

88
var Client = module.exports = function(config) {
99
EventEmitter.call(this);
10-
this.native = new Native(require('pg-types'));
10+
this.native = new Native();
1111
this._queryQueue = [];
1212
this._connected = false;
1313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"nan": "~1.3.0",
2424
"packet-reader": "0.2.0",
2525
"pg-connection-string": "0.1.1",
26-
"pg-native": "1.1.0",
26+
"pg-native": "1.2.0",
2727
"pg-types": "1.4.0",
2828
"pgpass": "0.0.3"
2929
},

0 commit comments

Comments
 (0)