Skip to content

Commit

Permalink
add an explicit requirement of ordering of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ecthiender committed Sep 12, 2024
1 parent e0df805 commit 35d1cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specification/src/specification/queries/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ The result contains one rowset containing articles from the author with ID `1`,
## Requirements

- If `variables` are provided in the [`QueryRequest`](../../reference/types.md#queryrequest), then the [`QueryResponse`](../../reference/types.md#queryresponse) should contain one [`RowSet`](../../reference/types.md#rowset) for each set of variables.
- The ordering of [`RowSet`]s should EXACTLY match the ordering of the `variables` provided.
- If `variables` are not provided, the data connector should return a single [`RowSet`](../../reference/types.md#rowset).

0 comments on commit 35d1cc4

Please sign in to comment.