8000
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 ccf4b19 commit 0bb82d4Copy full SHA for 0bb82d4
Readme.md
@@ -211,6 +211,9 @@ Please note a few things about the example above:
211
amount and size of your rows.
212
* `pause()` / `resume()` operate on the underlaying socket and parser. You are
213
guaranteed that no more `'row'` events will fire after calling `pause()`.
214
+* You MUST NOT provide a callback to the `query()` method when streaming rows.
215
+ If you do so, all rows will be buffered for you, and you will not receive
216
+ `'row'` events on the query object.
217
218
## Error Handling
219
0 commit comments