Alec Grieser

Results 53 issues of Alec Grieser

The `comparisonKeyFunction` is currently not included in the plan representation of `InUnion` plans. This can make it hard to inspect bugs that could be a result of an in-union improperly...

I ran into a planner `VerifyException` in a test query when trying to determine the ordering property on an intersection on values plan. I was able to reproduce it fairly...

We generally support read-your-writes semantics, and so uncommitted data is visible within the context of the transaction that writes it. However, this is broken for version indexes, where uncommitted data...

bug