Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QueryCompound is a sealed class #1

Open
emrul opened this issue May 29, 2017 · 2 comments
Open

QueryCompound is a sealed class #1

emrul opened this issue May 29, 2017 · 2 comments

Comments

@emrul
Copy link

emrul commented May 29, 2017

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?

@orangy
Copy link
Owner

orangy commented Jun 5, 2017

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?

@emrul
Copy link
Author

emrul commented Jun 19, 2017

I will try and let you know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants