blob: 1584bb9b47b5f714e30aecff74f6da6a856c55bc [file] [log] [blame]
{
"tests": [
{
"description": "query: ServerTimestamp in Where",
"comment": "Sentinel values are not permitted in queries.",
"query": {
"collPath": "projects/projectID/databases/(default)/documents/C",
"clauses": [
{
"where": {
"path": {
"field": [
"a"
]
},
"op": "==",
"jsonValue": "\"ServerTimestamp\""
}
}
],
"isError": true
}
}
]
}