We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f0abb commit bd9a2c7Copy full SHA for bd9a2c7
lib/query.js
@@ -143,7 +143,7 @@ p.prepare = function(connection) {
143
}
144
145
if(self.values) {
146
- self.values = self.values.map(function(val) { return prepareValue(o, false); });
+ self.values = self.values.map(function(val) { return prepareValue(val, false); });
147
148
149
//http://developer.postgresql.org/pgdocs/postgres/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY
0 commit comments