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 05bbd63 commit c45f896Copy full SHA for c45f896
1 file changed
packages/pg/lib/native/query.js
@@ -19,7 +19,7 @@ const NativeQuery = (module.exports = function (config, values, callback) {
19
// then emit them as they come in
20
// without setting singleRowMode to true
21
// this has almost no meaning because libpq
22
- // reads all rows into memory befor returning any
+ // reads all rows into memory before returning any
23
this._emitRowEvents = false
24
this.on(
25
'newListener',
0 commit comments