query: remove dead type-parsing code path
Type parsing was factored out into the pg-types package. Remove vestigal `noParse` function.
This commit is contained in:
parent
b12dd4c420
commit
cb7bbe6502
@ -46,10 +46,6 @@ Query.prototype.requiresPreparation = function() {
|
||||
};
|
||||
|
||||
|
||||
var noParse = function(val) {
|
||||
return val;
|
||||
};
|
||||
|
||||
//associates row metadata from the supplied
|
||||
//message with this query object
|
||||
//metadata used when parsing row results
|
||||
|
Loading…
Reference in New Issue
Block a user