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

add test proving the compilation order bug #285

Merged
merged 6 commits into from
Mar 2, 2017

Conversation

cmcarthur
Copy link
Member

this test proves there is a bug related to compilation order. we don't know base/base.sql is ephemeral before compiling dependent.sql, so we interpolate a select instead of a CTE.

the only fix for this is to create a static representation of the graph before actually compiling sql.

@drewbanin drewbanin self-assigned this Feb 14, 2017
@cmcarthur cmcarthur merged commit d8dd7af into development Mar 2, 2017
@cmcarthur cmcarthur deleted the compilation_order_bug branch March 2, 2017 23:36
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