Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix occasional flakiness in new::create_many::single_col::foo
This tests sometimes returns records in a different order. This happened at least ones with `pg` driver adapter and `query-compiler-wasm`. Technically the assertion is not correct indeed, the order is not defined unless there's an explicit `orderBy` clause.
- Loading branch information