We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3867851 commit 613112cCopy full SHA for 613112c
lib/native/index.js
@@ -7,7 +7,7 @@ var NativeQuery = require('./query');
7
8
var Client = module.exports = function(config) {
9
EventEmitter.call(this);
10
- this.native = new Native(require('pg-types'));
+ this.native = new Native();
11
this._queryQueue = [];
12
this._connected = false;
13
package.json
@@ -23,7 +23,7 @@
23
"nan": "~1.3.0",
24
"packet-reader": "0.2.0",
25
"pg-connection-string": "0.1.1",
26
- "pg-native": "1.1.0",
+ "pg-native": "1.2.0",
27
"pg-types": "1.4.0",
28
"pgpass": "0.0.3"
29
},
0 commit comments