Skip to content

1.2.2

Choose a tag to compare

@thomaskrause thomaskrause released this 20 Sep 09:49
· 909 commits to main since this release
v1.2.2
be121fa

Fixed

  • Queries with optional nodes with a smaller index than the last non-optional node could fail.
    If the execution nodes re-order the match result vector internally, the query node index is
    used to define the mapping. Unfortunately the largest index could be larger than the size of mappings,
    which used to be used to create the output vector. By allowing empty elements in the output vector
    and using the maximum value, we can still map the results properly.