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 ef28341 commit 9c9d84aCopy full SHA for 9c9d84a
typings/mysql/lib/protocol/sequences/Query.d.ts
@@ -16,6 +16,11 @@ declare namespace Query {
16
*/
17
values?: any | any[] | { [param: string]: any };
18
19
+ /**
20
+ * This overrides the namedPlaceholders option set at the connection level.
21
+ */
22
+ namedPlaceholders?: boolean;
23
+
24
/**
25
* Every operation takes an optional inactivity timeout option. This allows you to specify appropriate timeouts for
26
* operations. It is important to note that these timeouts are not part of the MySQL protocol, and rather timeout
@@ -54,7 +59,7 @@ declare namespace Query {
54
59
55
60
56
61
* This overrides the same option set at the connection level.
57
- *
62
+ *
58
63
64
rowsAsArray?: boolean
65
}
0 commit comments