blob: c0c5a09801d42c20a5e1b6ebec78522eb4b0aa39 [file] [log] [blame]
{
"tests": [
{
"description": "query: StartAt with empty values",
"comment": "Cursor methods are not allowed to use empty values with StartAt. It should result in an error.",
"query": {
"collPath": "projects/projectID/databases/(default)/documents/C",
"clauses": [
{
"orderBy": {
"path": {
"field": [
"a"
]
},
"direction": "asc"
}
},
{
"startAt": {}
}
],
"isError": true
}
}
]
}