Commits
Click on a commit to change the comparison rangetest: 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.