Skip to content

Commit cb7bbe6

Browse files
committed
query: remove dead type-parsing code path
Type parsing was factored out into the pg-types package. Remove vestigal `noParse` function.
1 parent b12dd4c commit cb7bbe6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/query.js

-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ Query.prototype.requiresPreparation = function() {
4646
};
4747

4848

49-
var noParse = function(val) {
50-
return val;
51-
};
52-
5349
//associates row metadata from the supplied
5450
//message with this query object
5551
//metadata used when parsing row results

0 commit comments

Comments
 (0)