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 59cd7b5 commit edbe6c7Copy full SHA for edbe6c7
src/statement/stream/serverSideStream.ts
@@ -10,7 +10,7 @@ import { Meta } from "../../meta";
10
11
export class ServerSideStream extends Readable {
12
private meta: Meta[] = [];
13
- private pendingRows: Row[] = [];
+ private readonly pendingRows: Row[] = [];
14
private finished = false;
15
private processingData = false;
16
private inputPaused = false;
0 commit comments