bruno icon indicating copy to clipboard operation
bruno copied to clipboard

fix: redundant joins

Open pmccarren opened this issue 5 years ago • 0 comments

Reuse of custom filter within the same query will result in redundant joins. To resolve this, we cache a list of joins and skip redundant ones.

Closes #43

pmccarren avatar Nov 17 '19 18:11 pmccarren