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 9f8abf3 commit 1d68eccCopy full SHA for 1d68ecc
specification/sql/query/QuerySqlRequest.ts
@@ -76,7 +76,7 @@ export interface Request extends RequestBase {
76
fetch_size?: integer
77
/**
78
* If `false`, the API returns an exception when encountering multiple values for a field.
79
- * If `true`, the API is lenient and returns the API returns the first value from the array with no guarantee of consistent results.
+ * If `true`, the API is lenient and returns the first value from the array with no guarantee of consistent results.
80
* @server_default false
81
*/
82
field_multi_value_leniency?: boolean
0 commit comments