Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VCST-846: Fix First or FirstOrDefault operator without OrderBy (#420)
fix: The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results.
- Loading branch information