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 ab64b0f commit ba215ebCopy full SHA for ba215eb
src/statement/index.ts
@@ -16,7 +16,7 @@ export class Statement {
16
private context: Context;
17
private query: string;
18
private executeQueryOptions: ExecuteQueryOptions;
19
- private text: string;
+ private readonly text: string;
20
21
constructor(
22
context: Context,
0 commit comments