Skip to content

Commit f9437bf

Browse files
committed
removed params reinit
1 parent a4d2a2f commit f9437bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/lib/query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class Query extends EventEmitter {
167167

168168
handleParamDescription(msg, con) {
169169
this._result.addParams(msg)
170-
this._getRows(con, this.rows)
170+
// this._getRows(con, this.rows)
171171
// con.sync()
172172
}
173173
hasBeenParsed(connection) {

0 commit comments

Comments
 (0)