You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to add a dialect specific join (Postgres' LATERAL - described here However org.jetbrains.squash.query.QueryCompound is a sealed class which prevents me from adding it.
Is there some other way I should be adding additional join types?
The text was updated successfully, but these errors were encountered:
From the documentation it looks like it's a modifier on a sub-query, rather then variation of a JOIN. So may be you need a wrapping compound element that takes a SubQueryExpression?
Hi,
I wanted to add a dialect specific join (Postgres' LATERAL - described here However org.jetbrains.squash.query.QueryCompound is a sealed class which prevents me from adding it.
Is there some other way I should be adding additional join types?
The text was updated successfully, but these errors were encountered: