Tiago Serra
Tiago Serra
Looking at the SQL code generated, it seems that there are some extra quotation marks on the query that is being generated for the recursive view.
Currently I'm using rails (6.0.3.1). Not sure if this may be a thing, but since your implementation is using Arel can arel_extensions (2.0.8) dependency I'm using also be the culprit?
From what i could gather from the query, it's the Arel Node As that is putting extra quotation marks.
I can try to but no promises. Any specific structure for the PRs?