Skip to content

Handle SubQuery in ref_clause#324

Merged
greenlion merged 3 commits intogreenlion:masterfrom
Herz3h:master
Oct 1, 2020
Merged

Handle SubQuery in ref_clause#324
greenlion merged 3 commits intogreenlion:masterfrom
Herz3h:master

Conversation

@Herz3h
Copy link
Copy Markdown
Contributor

@Herz3h Herz3h commented Oct 1, 2020

Fixes cases like this:

SELECT * FROM (t1 LEFT JOIN t2 ON t1.a=t2.a) LEFT JOIN t3 ON t3.id IN (SELECT id FROM t4)

@greenlion greenlion merged commit d534d36 into greenlion:master Oct 1, 2020
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

Successfully merging this pull request may close these issues.

2 participants