mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Upgrade to pg-native 1.2.0 to support rowMode:array
This commit is contained in:
parent
3867851341
commit
613112ca33
@ -7,7 +7,7 @@ var NativeQuery = require('./query');
|
||||
|
||||
var Client = module.exports = function(config) {
|
||||
EventEmitter.call(this);
|
||||
this.native = new Native(require('pg-types'));
|
||||
this.native = new Native();
|
||||
this._queryQueue = [];
|
||||
this._connected = false;
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
"nan": "~1.3.0",
|
||||
"packet-reader": "0.2.0",
|
||||
"pg-connection-string": "0.1.1",
|
||||
"pg-native": "1.1.0",
|
||||
"pg-native": "1.2.0",
|
||||
"pg-types": "1.4.0",
|
||||
"pgpass": "0.0.3"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user