kensho-technologies/graphql-compiler

Incorrect sql output for recurse

Closed this issue · 0 comments

If there are no traversals, filters or coercions leading up to the recurse (therefore no need for a base-case cte), but there is an output field, the resulting sql output is incorrect, missing a join from the base where the output is selected, to the recursive cte.

It's not hard to fix this, just making an issue so I don't forget.