mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
fix gh27
This commit is contained in:
parent
c98bb21641
commit
eba68017d1
@ -129,6 +129,7 @@ var NativeQuery = function(text, values, callback) {
|
||||
this.text = text.text;
|
||||
this.values = text.values;
|
||||
this.name = text.name;
|
||||
this.callback = values;
|
||||
} else {
|
||||
this.text = text;
|
||||
this.values = values;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user