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

Combine subqueries with outer joins #114

Open
rubenmoor opened this issue Sep 4, 2015 · 2 comments
Open

Combine subqueries with outer joins #114

rubenmoor opened this issue Sep 4, 2015 · 2 comments

Comments

@rubenmoor
Copy link

In this stackoverflow question I learned that subqueries can be joined only as inner joins.

How big of a restriction is that? I.e. could I fork esqueleto and implement it or would require fundamental changes?

(cf. my question on stackoverflow on the topic)

@meteficha
Copy link
Member

I don't see an easy way of supporting it. But I don't want to discourage you, maybe you'll approach this problem from a better angle than I did =).

BTW, subqueries are orthogonal to this issue.

@meteficha
Copy link
Member

(Pressed "Comment" too early.) Instead of "subqueries", I think it would be better to say "composition".

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