Rónai Péter
Results
2
comments of
Rónai Péter
I can confirm that just by switching to the old version the problem is gone. I have used the following command to unblock myself: ``` docker pull mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-EN20250122 ```
It seems like the issue is with the OR operator when it is combined with other operators. So for example this works: ``` SELECT * FROM c WHERE c.attr1 =...