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 5864934 commit 84fb4e1Copy full SHA for 84fb4e1
specification/sql/query/QuerySqlRequest.ts
@@ -22,7 +22,6 @@ import { RuntimeFields } from '@_types/mapping/RuntimeFields'
22
import { integer } from '@_types/Numeric'
23
import { QueryContainer } from '@_types/query_dsl/abstractions'
24
import { Duration, TimeZone } from '@_types/Time'
25
-import { Dictionary } from '@spec_utils/Dictionary'
26
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
27
28
/**
@@ -118,7 +117,7 @@ export interface Request extends RequestBase {
118
117
119
* The values for parameters in the query.
120
*/
121
- params?: Dictionary<string, UserDefinedValue>
+ params?: UserDefinedValue[]
122
123
* The SQL query to run.
124
* @ext_doc_id sql-spec
0 commit comments