bruno
bruno copied to clipboard
fix: redundant joins
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